Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
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"
);