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.tl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/018/format.tl b/tests/018/format.tl
index 0496d51f..307d4d96 100644
--- a/tests/018/format.tl
+++ b/tests/018/format.tl
@@ -200,15 +200,15 @@
(pic "-0#####.##" 1234.1) " 001234.10")
(mtest
- (pic "#!#" 1234) "###"
- (pic "#!#" 123) "###"
+ (pic "#!#" 1234) "#.#"
+ (pic "#!#" 123) "#.#"
(pic "#.#" 123) "123.0")
(mtest
(pic "-##!#" 12) " 12.0"
(pic "+##!#" 12) "+12.0"
- (pic "-##!#" -123) "#####"
- (pic "+##!#" 123) "#####")
+ (pic "-##!#" -123) "###.#"
+ (pic "+##!#" 123) "###.#")
(mtest
(pic "###!" 123) "123"