Skip to content

Commit

Permalink
update definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Sep 21, 2024
1 parent c056a89 commit 1ec0c61
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/helpers/feature-emulation.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
case 'ar':
number = Number(this);
if (isNaN(number))
returnValue = context.arabicNaNString || 'ليس';
returnValue = 'ليس\xa0رقم';
else if (context.shortLocales)
{
returnValue =
Expand All @@ -1025,7 +1025,7 @@
case 'ar-td':
number = Number(this);
if (isNaN(number))
returnValue = context.arabicNaNString || 'ليس';
returnValue = 'ليس\xa0رقم';
else
{
returnValue =
Expand All @@ -1045,7 +1045,6 @@
LOCALE_NUMERALS_EXT:
function ()
{
this.arabicNaNString = 'ليس\xa0رقم';
registerNumberToLocaleStringAdapter
(
this,
Expand Down Expand Up @@ -1084,7 +1083,6 @@
LOCALE_NUMERALS_IE11_WIN7:
function ()
{
this.arabicNaNString = 'ليس\xa0برقم';
registerNumberToLocaleStringAdapter
(
this,
Expand Down Expand Up @@ -1119,7 +1117,6 @@
LOCALE_NUMERALS_IE11_WIN7_8:
function ()
{
this.arabicNaNString = 'ليس\xa0برقم';
registerNumberToLocaleStringAdapter
(
this,
Expand Down Expand Up @@ -1234,7 +1231,6 @@
LOCALE_NUMERALS_IE11_WIN8:
function ()
{
this.arabicNaNString = 'ليس\xa0برقم';
registerNumberToLocaleStringAdapter
(
this,
Expand Down

0 comments on commit 1ec0c61

Please sign in to comment.