Kind | Covered | All | % |
expression | 0 | 4 | 0.0 |
branch | 0 | 0 | nil |
1
;;; shell.lisp --- Shell Reader Tests
2
3
;;
4
5
;;; Code:
6
(in-package :cli/tests)
7
(in-suite :cli)
8
(in-readtable :shell)
9
(deftest shell-reader ()
10
;; can't dump functions
11
;; (is #$ls #,*default-pathname-defaults* $#)
12
)