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