Fix tests from jerry-test-suite.
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
// limitations under the License.
|
||||
|
||||
var x = 0.123, y = "0.123e+2"
|
||||
assert(x == y)
|
||||
assert(!(x == y))
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
var x = "12.1e5"
|
||||
var y = 1210000
|
||||
assert(x != y)
|
||||
assert(!(x != y))
|
||||
Reference in New Issue
Block a user