tests/functional2/lang: add test for underflowing JSON number literal
Change-Id: I6a6a6964c49a82244f7c0062c27ec9a5feadd910
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{ attr = -9.22337e+18; }
|
||||
@@ -0,0 +1 @@
|
||||
builtins.fromJSON ''{"attr": -9223372036854775809}''
|
||||
Reference in New Issue
Block a user