From 14588b849107ce8223e5d400f9dcd6d321326e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Droz?= Date: Tue, 29 Dec 2009 00:10:13 +0200 Subject: Add xsltproc completion (Alioth: #311843). --- test/lib/completions/xsltproc.exp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/lib/completions/xsltproc.exp (limited to 'test/lib') diff --git a/test/lib/completions/xsltproc.exp b/test/lib/completions/xsltproc.exp new file mode 100644 index 00000000..2470c22e --- /dev/null +++ b/test/lib/completions/xsltproc.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +}; # setup() + + +proc teardown {} { + assert_env_unmodified +}; # teardown() + + +setup + + +assert_complete_any "xsltproc " + + +sync_after_int + + +teardown -- cgit v1.2.1