fixed test to reflect small Int caching
This commit is contained in:
parent
7e8f1406b5
commit
17b4904ae3
@ -347,8 +347,6 @@ Reference quality and object equality example:
|
|||||||
assert( null == null) // singletons
|
assert( null == null) // singletons
|
||||||
assert( null === null)
|
assert( null === null)
|
||||||
// but, for non-singletons:
|
// but, for non-singletons:
|
||||||
assert( 5 == 5)
|
|
||||||
assert( 5 !== 5)
|
|
||||||
assert( "foo" !== "foo" )
|
assert( "foo" !== "foo" )
|
||||||
>>> void
|
>>> void
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user