diff options
Diffstat (limited to 'tests/018')
-rw-r--r-- | tests/018/format.tl | 4 |
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 ") |