URI: 
       more tests - clic - Clic is an command line interactive client for gopher written in Common LISP
  HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 1a5c595f8ebf7f1532cd85eb617d670e470ef3dc
   DIR parent 2becc58109286c9eede222bd3595ab580b76dfea
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Sat,  4 Nov 2017 23:59:45 +0000
       
       more tests
       
       Diffstat:
         M test.lisp                           |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/test.lisp b/test.lisp
       @@ -7,10 +7,13 @@
        (g 35) ;; going back
        (g 55) ;; banana !
        (g 0) ;; going back
       +(g 26)
       +(g 1)
        (p)
        (p)
        
        (print *history*)
       +(format t "~%")
        
        
        (quit)