Fix parsing of empty strings in javascript and golang
This commit is contained in:
parent
c30055ba18
commit
4c9ac3dada
6 changed files with 3578 additions and 3579 deletions
|
|
@ -5,6 +5,8 @@ theFunction(
|
|||
100.0,
|
||||
200,
|
||||
/the-regex/,
|
||||
'',
|
||||
"",
|
||||
'the-single-quoted-string',
|
||||
"the-double-quoted-string"
|
||||
);
|
||||
|
|
@ -15,6 +17,8 @@ theFunction(
|
|||
(number)
|
||||
(regex)
|
||||
(string)
|
||||
(string)
|
||||
(string)
|
||||
(string))))
|
||||
|
||||
==========================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue