add test for Ox.typeOf(localStorage)
This commit is contained in:
parent
c9474ee04e
commit
d793d7857d
1 changed files with 2 additions and 0 deletions
|
@ -364,6 +364,8 @@ Ox.typeOf <f> Returns the type of a value
|
||||||
'object'
|
'object'
|
||||||
> Ox.typeOf(new RegExp())
|
> Ox.typeOf(new RegExp())
|
||||||
'regexp'
|
'regexp'
|
||||||
|
> Ox.typeOf(localStorage)
|
||||||
|
'storage'
|
||||||
> Ox.typeOf('')
|
> Ox.typeOf('')
|
||||||
'string'
|
'string'
|
||||||
> Ox.typeOf()
|
> Ox.typeOf()
|
||||||
|
|
Loading…
Reference in a new issue