source: trunk/abcl/t/format.lisp

Last change on this file was 15529, checked in by Mark Evenson, 3 years ago

Format behavior with ~W directive

c.f. <https://github.com/armedbear/abcl/issues/398>

File size: 167 bytes
Line 
1(in-package :cl-user)
2
3;;; <https://github.com/armedbear/abcl/issues/398>
4
5(prove:plan 1)
6(prove:is 
7 (format nil "~:<~W ~(~W~)~:>" '(a b))
8 '(A B))
9
10(prove:finalize)
Note: See TracBrowser for help on using the repository browser.