aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-24 14:56:11 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-24 14:56:11 -0400
commit31af868b5d5825b3179ae8cdb85554f993e20344 (patch)
tree87b80cd1ff577d1df0b86eaefca1e6106da6140b /test
parentf79d6cc20a08711bc7d5fc2259c2f0bd5e0f744d (diff)
Add num:percent()
Diffstat (limited to 'test')
-rw-r--r--test/nums.tm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 1192826f..e5fd27e2 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -69,3 +69,6 @@ func main():
>> Num(5)
= 5 : Num
+
+ >> 0.5:percent()
+ = "50%"