Skip to content

Commit

Permalink
Normative: Add new numbering system "kawi" and "nagm"
Browse files Browse the repository at this point in the history
Adding tests for tc39/ecma402#714
  • Loading branch information
FrankYFTang authored and Ms2ger committed Jul 25, 2023
1 parent c847524 commit 9437cab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions harness/testIntl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,7 @@ function allNumberingSystems() {
"jpanfin",
"jpanyear",
"kali",
"kawi",
"khmr",
"knda",
"lana",
Expand All @@ -2159,6 +2160,7 @@ function allNumberingSystems() {
"mymr",
"mymrshan",
"mymrtlng",
"nagm",
"native",
"newa",
"nkoo",
Expand Down Expand Up @@ -2242,6 +2244,7 @@ var numberingSystemDigits = {
hmnp: "๐ž…€๐ž…๐ž…‚๐ž…ƒ๐ž…„๐ž……๐ž…†๐ž…‡๐ž…ˆ๐ž…‰",
java: "๊ง๊ง‘๊ง’๊ง“๊ง”๊ง•๊ง–๊ง—๊ง˜๊ง™",
kali: "๊ค€๊ค๊ค‚๊คƒ๊ค„๊ค…๊ค†๊ค‡๊คˆ๊ค‰",
kawi: "\u{11F50}\u{11F51}\u{11F52}\u{11F53}\u{11F54}\u{11F55}\u{11F56}\u{11F57}\u{11F58}\u{11F59}",
khmr: "แŸ แŸกแŸขแŸฃแŸคแŸฅแŸฆแŸงแŸจแŸฉ",
knda: "เณฆเณงเณจเณฉเณชเณซเณฌเณญเณฎเณฏ",
lana: "แช€แชแช‚แชƒแช„แช…แช†แช‡แชˆแช‰",
Expand All @@ -2250,6 +2253,7 @@ var numberingSystemDigits = {
latn: "0123456789",
lepc: "แฑ€แฑแฑ‚แฑƒแฑ„แฑ…แฑ†แฑ‡แฑˆแฑ‰",
limb: "\u1946\u1947\u1948\u1949\u194A\u194B\u194C\u194D\u194E\u194F",
nagm: "\u{1E4F0}\u{1E4F1}\u{1E4F2}\u{1E4F3}\u{1E4F4}\u{1E4F5}\u{1E4F6}\u{1E4F7}\u{1E4F8}\u{1E4F9}",
mathbold: "๐ŸŽ๐Ÿ๐Ÿ๐Ÿ‘๐Ÿ’๐Ÿ“๐Ÿ”๐Ÿ•๐Ÿ–๐Ÿ—",
mathdbl: "๐Ÿ˜๐Ÿ™๐Ÿš๐Ÿ›๐Ÿœ๐Ÿ๐Ÿž๐ŸŸ๐Ÿ ๐Ÿก",
mathmono: "๐Ÿถ๐Ÿท๐Ÿธ๐Ÿน๐Ÿบ๐Ÿป๐Ÿผ๐Ÿฝ๐Ÿพ๐Ÿฟ",
Expand Down

0 comments on commit 9437cab

Please sign in to comment.