Skip to content

Commit

Permalink
Add test for :integer and :number composition
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Oct 14, 2024
1 parent 2334e16 commit b81fc53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tests/functions/integer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
}
],
"exp": "one"
},
{
"src": ".local $x = {1.25 :integer} .local $y = {$x :number} {{{$y}}}",
"exp": "1"
}
]
}

0 comments on commit b81fc53

Please sign in to comment.