summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2010-02-11 23:12:04 +0100
committerFreddy Vulto <fvulto@gmail.com>2010-02-11 23:12:04 +0100
commit99e550c3a888a0d4e42c43224ff2e63e8538e2cb (patch)
tree45c0794ebf214dc537a6bc72ffcdede0e79f6a2e
parent9f107370c494dd565737335f8bef0cfc67bc46a2 (diff)
downloadbash-completion-99e550c3a888a0d4e42c43224ff2e63e8538e2cb.tar.gz
(testsuite) fix indent/comment sync_after_int
-rw-r--r--test/lib/library.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/lib/library.exp b/test/lib/library.exp
index 8de12d9f..4d23b183 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -840,13 +840,13 @@ proc sync_after_int {{prompt /@}} {
# See also: http://lists.alioth.debian.org/pipermail/bash-completion-devel/
# 2010-February/002566.html
sleep .1
- # NOTE: Regexp `.*' causes `expect' to discard previous unknown output.
- # This is necessary if a completion doesn't match expectations.
- # For instance with `filetype_xspec' completion (e.g. `kdvi') if
- # one expects `.txt' as a completion (wrong, because it isn't
- # there), the unmatched completions need to be cleaned up.
+ # NOTE: Regexp `.*' causes `expect' to discard previous unknown output.
+ # This is necessary if a completion doesn't match expectations.
+ # For instance with `filetype_xspec' completion (e.g. `kdvi') if
+ # one expects `.txt' as a completion (wrong, because it isn't
+ # there), the unmatched completions need to be cleaned up.
expect -re ".*$prompt$"
-}; # sync_after_int()
+}
proc sync_after_tab {} {