Skip to content
Snippets Groups Projects
Commit c1a1bacd authored by rtoy's avatar rtoy
Browse files

~^ inside a ~:{ loop was exiting the whole loop instead of stepping to

the next argument in the list:

(format nil "~:{ ~A, ~^ and ~A, ~}" '((foo) (bar baz))) => " FOO, "

instead of " FOO,  BAR,  and BAZ, "

From a bug noted by Sean Champ on #lisp.
parent 4fc384b5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment