5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
infinity_to_string: {
|
|
input: { Infinity.toString() }
|
|
expect: { (1/0).toString() }
|
|
}
|