Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
b7064a11
Commit
b7064a11
authored
May 11, 2015
by
Daniel Kochmański
Committed by
Daniel Kochmański
Aug 31, 2015
Browse files
format-f: Correct test 45 and add supplementary 45b.
Signed-off-by:
Daniel Kochmański
<
dkochmanski@turtle-solutions.eu
>
parent
80e955c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
format-f.lsp
View file @
b7064a11
...
...
@@ -25,7 +25,7 @@
collect (list x type s1 s2 s3)))
nil)
(deftest format.f.2
(deftest
xoxo
format.f.2
(let ((*print-readably* nil)
(fn (formatter "~f")))
(loop
...
...
@@ -536,7 +536,10 @@
nil)
(def-format-test format.f.45
"~0f" (1.1) "1.1")
"~2f" (1.1) "1.0")
(def-format-test format.f.45b
"~3f" (1.1) "1.1")
;; This fails on ECL 15.3.7
(def-format-test format.f.46
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment