summaryrefslogtreecommitdiffstats
path: root/tests/018/format.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/018/format.tl')
-rw-r--r--tests/018/format.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/018/format.tl b/tests/018/format.tl
index b8cf7445..6c58d45b 100644
--- a/tests/018/format.tl
+++ b/tests/018/format.tl
@@ -24,6 +24,11 @@
(fmt "~4,03x" #xaf) " 0af"
(fmt "~-4,03X" #xaf) "0AF ")
+(mtest
+ (fmt "~8,02f" 12) " 0012.00"
+ (fmt "~8,+02f" 12) "+0012.00"
+ (fmt "~8,-02f" 12) "00012.00")
+
(test
(fmt "~x" (sha256 "abc"))
"ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad")