more tests - clic - Clic is an command line interactive client for gopher writt… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 1a5c595f8ebf7f1532cd85eb617d670e470ef3dc | |
parent 2becc58109286c9eede222bd3595ab580b76dfea | |
Author: Solene Rapenne <[email protected]> | |
Date: Sat, 4 Nov 2017 23:59:45 +0000 | |
more tests | |
Diffstat: | |
M test.lisp | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
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) |