From b81fc53eabd08b75d5c2c9804d01f8e438c0c0fe Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 14 Oct 2024 11:27:53 -0700 Subject: [PATCH] Add test for :integer and :number composition --- test/tests/functions/integer.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } ] }