changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/cli/tests/shell.lisp

changeset 696: 38e9c3be2392
parent: 2e7d93b892a5
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 21:11:52 -0400
permissions: -rw-r--r--
description: prep for adding zdict wrapper, change default control stack size of inferior-lisp to 8M
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 )