URI: 
       Tests for history and invalid links - 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 16c4a85655da1d9cc8a9dd2dadd15e563b7546de
   DIR parent 92b47b4e58d94657cf0e238e2cff77f01f0af1e1
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Sat,  4 Nov 2017 16:14:17 +0000
       
       Tests for history and invalid links
       
       Diffstat:
         M test.lisp                           |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/test.lisp b/test.lisp
       @@ -1,10 +1,16 @@
        ;; we can write scenario here
        
       +(p)
       +(g 2)
        (getpage "bitreich.org" 70 "/")
        (g 11) ;; going to radio
        (g 35) ;; going back
        (g 55) ;; banana !
        (g 0) ;; going back
       +(p)
       +(p)
       +
       +(print *history*)
        
        
        (quit)