chiark / gitweb /
runlisp.c, eval.lisp, etc.: Add new `-p' option to `princ' expressions.
[runlisp] / tests.at
index 73b13ae244d73e98beafe1a171d67092d0a1f413..c6c19870f01924161ce6f7ce5702c5b85cef61db 100644 (file)
--- a/tests.at
+++ b/tests.at
@@ -234,12 +234,14 @@ AT_CHECK([RUNLISP_PATH \
                (defvar runlisp-test:bar "stoat!")' \
            -d runlisp-test:foo \
            -d runlisp-test:bar \
+           -p runlisp-test:bar \
            -e '(incf runlisp-test:foo)' \
            -l script.lisp \
            -d runlisp-test:foo \
            -- -e one two three],,
 [1
 "stoat!"
+stoat!
 And we're running the script...
 Command-line arguments: ("-e" "one" "two" "three")
 Symbols in package `COMMON-LISP-USER': ()