Skip to content
Snippets Groups Projects
Commit e9e274d8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Whoops, null is an object

parent 4d91520b
Branches
Tags
No related merge requests found
Pipeline #7863 passed
...@@ -59,7 +59,7 @@ var type = { ...@@ -59,7 +59,7 @@ var type = {
'str_is_utf16("")' : 'boolean', 'str_is_utf16("")' : 'boolean',
'str_is_utf8("")' : 'boolean', 'str_is_utf8("")' : 'boolean',
'strftime("")' : 'string', 'strftime("")' : 'string',
'strip_ctrl(null)' : 'null', 'strip_ctrl(null)' : 'object', // null
'strip_ctrl(undefined)' : 'undefined', 'strip_ctrl(undefined)' : 'undefined',
'strip_ctrl("")' : 'string', 'strip_ctrl("")' : 'string',
'strip_ctrl_a("")' : 'string', 'strip_ctrl_a("")' : 'string',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment