mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix tests from test-suite
This commit is contained in:
parent
b1e6656fb4
commit
99d21743b0
@ -12,5 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
var x = 123.00, y = 0.0123e+4, eps = .000001
|
||||
var x = 123.00, y = 0.0123e+4, eps = .00001
|
||||
assert(x <= y + eps && x >= y - eps)
|
||||
@ -12,5 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
var x = 123.00, y = 0.0123e+4, eps = .000001
|
||||
var x = 123.00, y = 0.0123e+4, eps = .00001
|
||||
assert(x <= y + eps && x >= y - eps)
|
||||
Loading…
x
Reference in New Issue
Block a user