Skip to content

Commit a9a3f04

Browse files
v134
1 parent 3d8182b commit a9a3f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testgeneric.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ const get_isVer = () => new Promise(resolve => {
567567
if (0 == test135.resolvedOptions().minimumFractionDigits) return 135 // 1930464
568568
} catch(e) {}
569569
try {
570-
if ('$1.00' == (1).toLocaleString('en-CA', {style: 'currency', currencyDisplay: 'narrowSymbol', currency: 'USD'})) return 134 // 1927706
571-
} catch(e){}
570+
if ('lij' == Intl.PluralRules.supportedLocalesOf('lij').join()) return 134 // 1927706
571+
} catch(e) {}
572572
try {
573573
let parser = (new DOMParser).parseFromString("<select><option name=''></option></select>", 'text/html')
574574
if (null === parser.body.firstChild.namedItem('')) return 133 // 1837773

0 commit comments

Comments
 (0)