tests/functional2/lang: add tests for builtins.fromTOML overflow
This behaviour is bad and will be fixed, but adding a test for the present state documents the change. Change-Id: I6a6a6964b88dc929269ee136804857b3852dfafe
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{ attr = 9223372036854775807; }
|
||||
@@ -0,0 +1 @@
|
||||
{ attr = -9223372036854775808; }
|
||||
@@ -0,0 +1 @@
|
||||
builtins.fromTOML ''attr = 9223372036854775808''
|
||||
@@ -0,0 +1 @@
|
||||
builtins.fromTOML ''attr = -9223372036854775809''
|
||||
Reference in New Issue
Block a user