format-f: add new tests for corner case, where neither w nor d are set
Both CCL and ECL ignore k parameter, when w and d aren't set, for
instance:
(format t "~,,2F" 0.1) ; -> should return 10.0, but returns 0.1
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
Please register or sign in to comment