Skip to content

Commit 2d40dd3

Browse files
committed
support for spread in arrays added
1 parent 1fcabc8 commit 2d40dd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
<body>
1010
<release version="4.19.0" date="November xx, 2025" description="Chrome/Edge 142, Firefox 145, Bugfixes">
11+
<action type="add" dev="RhinoTeam">
12+
core-js: support for spread in arrays added
13+
</action>
1114
<action type="update" dev="rbri">
1215
Upgrade Apache commons-io to 2.21.0.
1316
</action>

src/test/java/org/htmlunit/javascript/ArgumentsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,6 @@ public void argumentsIteratorStrict() throws Exception {
12961296
* @throws Exception if the test fails
12971297
*/
12981298
@Test
1299-
@Disabled
13001299
@Alerts("hello,world")
13011300
public void argumentsSpreadOperator() throws Exception {
13021301
final String html = DOCTYPE_HTML
@@ -1318,7 +1317,6 @@ public void argumentsSpreadOperator() throws Exception {
13181317
* @throws Exception if the test fails
13191318
*/
13201319
@Test
1321-
@Disabled
13221320
@Alerts("hello,world")
13231321
public void argumentsSpreadOperatorStrict() throws Exception {
13241322
final String html = DOCTYPE_HTML

0 commit comments

Comments
 (0)