[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] New test: tab-completion-subcommand-3
|
From: |
Jose E. Marchesi |
|
Subject: |
Re: [PATCH] New test: tab-completion-subcommand-3 |
|
Date: |
Mon, 13 Apr 2020 13:20:54 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi John.
---
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
+
Very nice :)
OK for master.
Thanks!