diff --git a/test/tests/functions/integer.json b/test/tests/functions/integer.json index 4ea96941e..7ffdc08a5 100644 --- a/test/tests/functions/integer.json +++ b/test/tests/functions/integer.json @@ -27,6 +27,10 @@ } ], "exp": "one" + }, + { + "src": ".local $x = {1.25 :integer} .local $y = {$x :number} {{{$y}}}", + "exp": "1" } ] }