summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2010-02-05 11:39:23 +0100
committerFreddy Vulto <fvulto@gmail.com>2010-02-05 11:39:23 +0100
commit8aca9ab62d6e1e6881cf423fe27d2d71767f9b1a (patch)
treeff7ce53876eefdfc2556fe21bf5e2a36b1a1a97d
parentb9413e415153228d93ddd5c918f620a8415f201f (diff)
downloadbash-completion-8aca9ab62d6e1e6881cf423fe27d2d71767f9b1a.tar.gz
(doc) Add reference to Tcl Style Guide.
-rw-r--r--doc/testing.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/testing.txt b/doc/testing.txt
index 7e723801..505d0848 100644
--- a/doc/testing.txt
+++ b/doc/testing.txt
@@ -13,6 +13,11 @@ written in http://expect.nist.gov[Expect], which in turn uses
http://tcl.sourceforge.net[Tcl] -- Tool command language.
+Coding Style Guide
+------------------
+
+The bash-completion test suite tries to adhere to this
+http://wiki.tcl.tk/708[Tcl Style Guide].
Installing dependencies