changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 405: 1816f9c53453
parent 381: 386d51cf61ca
child 426: 3e721a3349a0
     1.1--- a/lisp/lib/cli/tests.lisp	Mon Jun 03 22:08:03 2024 -0400
     1.2+++ b/lisp/lib/cli/tests.lisp	Tue Jun 04 18:53:40 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 (defpackage :cli/tests
     1.5   (:use :cl :std :rt :cli :cli/shell :cli/progress :cli/spark :cli/repl :cli/ansi :cli/prompt))
     1.6-
     1.7 (in-package :cli/tests)
     1.8+(declaim (optimize (debug 3) (safety 3)))
     1.9 (defsuite :cli)
    1.10 (in-suite :cli)
    1.11 
    1.12@@ -197,7 +197,7 @@
    1.13 
    1.14 ;; TODO: needs to be compiled outside scope of test - contender for
    1.15 ;; fixture API
    1.16-(defprompt tpfoo "testing: ")
    1.17+(defprompt tpfoo :prompt "testing:")
    1.18 
    1.19 (deftest cli-prompt ()
    1.20   "Test CLI prompts"