Swap (expect) and (expect*)

This commit is contained in:
HAYAMA_Kaoru
2024-11-30 10:37:43 +09:00
parent 4ffb196563
commit 7cee075958
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
(let ((ctrlc (format nil "~A" (convert 3 <character>))))
(block main
(while t
(expect
(expect*
("xxx"
(send ctrlc)
(sendln "exit")