diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:35:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:35:06 +0000 |
commit | 6d7fd0bc2baf4be34f244bbb2c6b69210b2afc25 (patch) | |
tree | 903d534468dbeda9be8637013d1f4890f9d78217 /Test | |
parent | aa249fa86985111a30e8e9761d239f2d6ba9aa1f (diff) | |
download | zsh-6d7fd0bc2baf4be34f244bbb2c6b69210b2afc25.tar.gz zsh-6d7fd0bc2baf4be34f244bbb2c6b69210b2afc25.tar.xz zsh-6d7fd0bc2baf4be34f244bbb2c6b69210b2afc25.zip |
moved to ./Test/Y01completion.ztst
Diffstat (limited to 'Test')
-rw-r--r-- | Test/53completion.ztst | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/Test/53completion.ztst b/Test/53completion.ztst deleted file mode 100644 index bf80b6614..000000000 --- a/Test/53completion.ztst +++ /dev/null @@ -1,55 +0,0 @@ -# Tests for completion system. - -%prep - . $ZTST_srcdir/comptest - - mkdir comp.tmp - cd comp.tmp - - comptestinit -z $ZTST_testdir/../Src/zsh - - mkdir dir1 - mkdir dir2 - touch file1 - touch file2 - -%test - - comptest $': \t\t\t\t\t\t\t' -0:directories and files ->line: {: }{} ->DESCRIPTION:{file} ->DI:{dir1} ->DI:{dir2} ->FI:{file1} ->FI:{file2} ->line: {: dir1/}{} ->line: {: dir2/}{} ->line: {: file1}{} ->line: {: file2}{} ->line: {: dir1/}{} ->line: {: dir2/}{} - - comptesteval '_users () { compadd user1 user2 }' - comptest $': ~\t\t\t\t\t' -0:tilde ->line: {: ~user}{} ->line: {: ~user}{} ->NO:{user1} ->NO:{user2} ->line: {: ~user1}{} ->line: {: ~user2}{} ->line: {: ~user1}{} - - comptest $'echo ;:\C-b\C-b\t' -0:tilde ->line: {echo }{;:} ->DESCRIPTION:{file} ->DI:{dir1} ->DI:{dir2} ->FI:{file1} ->FI:{file2} - -%clean - - zmodload -ui zsh/zpty |