Re: Showing two test failures...
Helmut Eller <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 25 2014, Paulo Madeira wrote: >> I don't see any other portable way make this test pass than with >> get-macro-character/set-macro-character. So I probably mark this test >> as "fails for SBCL". [...] > However, I think you can take for granted that the default readtable > only has #\# as a dispatch macro character, so you can wrap its simple > macro character function *after* wrapping the reader macro function > for #\# #\. Good idea! With that the find-definion.2-1 test passes. Helmut