summaryrefslogtreecommitdiffstats
path: root/tests/018
diff options
context:
space:
mode:
Diffstat (limited to 'tests/018')
-rw-r--r--tests/018/format.tl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/018/format.tl b/tests/018/format.tl
index d1038c30..23f4cc63 100644
--- a/tests/018/format.tl
+++ b/tests/018/format.tl
@@ -109,6 +109,12 @@
(pic "#.#" 123) "123.0")
(mtest
+ (pic "-##!#" 12) " 12.0"
+ (pic "+##!#" 12) "+12.0"
+ (pic "-##!#" -123) "#####"
+ (pic "+##!#" 123) "#####")
+
+(mtest
(pic "X##.#Y<<<Z>>>W" 1 2 3) "X 1.0Y2 Z 3W"
(pic "~###.#~#<<<~#>>>~#" 1 2 3) "# 1.0#2 # 3#")