Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
script-tests
/
constant-fold-not-nan.js
blob: 2fa1072f0c06b7930024f41478303432eb6b96de [
file
] [
log
] [
blame
]
description
(
"Tests that our parse-time constant folding treats !(0/0) correctly."
);
shouldBe
(
"!(0/0)"
,
"true"
);