We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e13621 commit 9044881Copy full SHA for 9044881
core/src/avm1/globals/math.rs
@@ -329,7 +329,6 @@ mod tests {
329
[f64::NAN] => f64::NAN,
330
[Value::Null] => f64::NAN,
331
[Value::Undefined] => f64::NAN,
332
- ["5"] => f64::NAN,
333
[1.0, 2.0] => 1.0,
334
[3.0, 2.0, 1.0] => 9.0
335
},
@@ -361,7 +360,6 @@ mod tests {
361
360
362
363
364
365
[1.0, 2.0] => 2.0,
366
[3.0, 2.0, 1.0] => 3.0
367
@@ -382,7 +380,6 @@ mod tests {
382
380
383
381
384
385
386
387
[3.0, 2.0, 1.0] => 2.0
388
0 commit comments