Skip to content

Commit

Permalink
Update staging/sm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jan 13, 2025
1 parent c85603f commit a37cb9c
Show file tree
Hide file tree
Showing 192 changed files with 1,980 additions and 6,212 deletions.
2 changes: 1 addition & 1 deletion harness/sm/non262-Temporal-PlainMonthDay-shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ allow_unused: True
---*/

function ISOFields(monthDay) {
let re = /^(?<year>\d{4,6})-(?<month>\d{2})-(?<day>\d{2})\[u-ca=(?<calendar>[\w\-]+)\]$/;
let re = /^(?<year>-?\d{4,6})-(?<month>\d{2})-(?<day>\d{2})\[u-ca=(?<calendar>[\w\-]+)\]$/;

let str = monthDay.toString({calendarName: "always"});
let match = str.match(re);
Expand Down
23 changes: 0 additions & 23 deletions test/staging/sm/AsyncIterator/asynciterator.js

This file was deleted.

20 changes: 0 additions & 20 deletions test/staging/sm/AsyncIterator/constructor-subclassable.js

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions test/staging/sm/AsyncIterator/constructor-throw-without-new.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/staging/sm/AsyncIterator/constructor.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/staging/sm/AsyncIterator/length.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/staging/sm/AsyncIterator/name.js

This file was deleted.

24 changes: 0 additions & 24 deletions test/staging/sm/AsyncIterator/proto.js

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions test/staging/sm/AsyncIterator/prototype/asIndexedPairs/length.js

This file was deleted.

25 changes: 0 additions & 25 deletions test/staging/sm/AsyncIterator/prototype/asIndexedPairs/name.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit a37cb9c

Please sign in to comment.