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