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.tl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/018/format.tl b/tests/018/format.tl
index 1b161936..0496d51f 100644
--- a/tests/018/format.tl
+++ b/tests/018/format.tl
@@ -227,3 +227,7 @@
(let ((a 2) (b "###") (c 13.5))
(pic `abc@(+ a a)###.##@b>>>>` c "x"))
"abc4 13.50### x")
+
+(test
+ (pic "+0####.## <<<<<" 123 1)
+ "+00123.00 1 ")