Skip to content

Commit

Permalink
test: use full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkaradachki committed May 31, 2019
1 parent 0e3aa4d commit 16a7953
Show file tree
Hide file tree
Showing 680 changed files with 641,086 additions and 23 deletions.
1,810 changes: 1,810 additions & 0 deletions locale-tests/locales/agq/all.js

Large diffs are not rendered by default.

437 changes: 437 additions & 0 deletions locale-tests/locales/agq/calendar.js

Large diffs are not rendered by default.

1,328 changes: 1,328 additions & 0 deletions locale-tests/locales/agq/currencies.js

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions locale-tests/locales/agq/numbers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
const data = {
name: "agq",
likelySubtags: {
agq: "agq-Latn-CM"
},
identity: {
language: "agq"
},
territory: "CM",
numbers: {
symbols: {
decimal: ",",
group: " ",
list: ";",
percentSign: "%",
plusSign: "+",
minusSign: "-",
exponential: "E",
superscriptingExponent: "×",
perMille: "‰",
infinity: "∞",
nan: "NaN",
timeSeparator: ":"
},
decimal: {
patterns: [
"n"
],
groupSize: [
3
]
},
scientific: {
patterns: [
"nEn"
],
groupSize: []
},
percent: {
patterns: [
"n%"
],
groupSize: [
3
]
},
currency: {
patterns: [
"n$"
],
groupSize: [
3
],
"unitPattern-count-other": "n $"
},
accounting: {
patterns: [
"n$"
],
groupSize: [
3
]
}
}
};
export default data;

Loading

0 comments on commit 16a7953

Please sign in to comment.