diff options
Diffstat (limited to 'tests/018')
-rw-r--r-- | tests/018/format.tl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/018/format.tl b/tests/018/format.tl index 23f4cc63..2e7f8b26 100644 --- a/tests/018/format.tl +++ b/tests/018/format.tl @@ -115,6 +115,11 @@ (pic "+##!#" 123) "#####") (mtest + (pic "###!" 123) "123" + (pic "###." 123) "123." + (pic "###!" 1234) "###") + +(mtest (pic "X##.#Y<<<Z>>>W" 1 2 3) "X 1.0Y2 Z 3W" (pic "~###.#~#<<<~#>>>~#" 1 2 3) "# 1.0#2 # 3#") |