checking bug in gitea markdown
This commit is contained in:
parent
f4a3ad4c19
commit
3a7a0c34c6
@ -155,9 +155,8 @@ Logical operation could be used the same
|
|||||||
: comparison are based on comparison operator which can be overloaded
|
: comparison are based on comparison operator which can be overloaded
|
||||||
|
|
||||||
(2)
|
(2)
|
||||||
: referential equality means left and right operands references exactly same instance of some object. Nothe that all
|
: referential equality means left and right operands references exactly same instance of some object. Note that all singleton object, like `null`, are referentially equal too, while string different literals even being equal are most likely referentially not equal:
|
||||||
singleton object, like `null`, are referentially equal too, while string different literals even being equal are most
|
|
||||||
likely referentially not equal:
|
|
||||||
|
|
||||||
assert( null == null) // singletons
|
assert( null == null) // singletons
|
||||||
assert( null === null)
|
assert( null === null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user