poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] New test: tab-completion-subcommand-3


From: John Darrington
Subject: [PATCH] New test: tab-completion-subcommand-3
Date: Mon, 13 Apr 2020 12:43:46 +0200

---
 testsuite/poke.repl/repl.exp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/testsuite/poke.repl/repl.exp b/testsuite/poke.repl/repl.exp
index 31898eda..dad68927 100644
--- a/testsuite/poke.repl/repl.exp
+++ b/testsuite/poke.repl/repl.exp
@@ -51,6 +51,16 @@ poke_start
 poke_send ".doc Struct Co\t\t" "\r\nStruct Comparison    Struct Constructors"
 poke_exit
 
+set test "tab-completion-subcommand-3"
+poke_start
+for {set index 0}  {$index < 12}  {incr index} {
+    file tempfile file0
+    poke_test_cmd ".file $file0"  {}
+    file delete $file0
+}
+poke_send ".ios #1\t\t" "#1   #10  #11"
+poke_exit
+
 set test "sigint-returns-to-prompt-1"
 poke_start
 poke_send "while (1) {}\n" {}
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]