Issue 30: Add a test script to watch performance
This commit is contained in:
1
tests/data/multiple-redirections.zsh
Normal file
1
tests/data/multiple-redirections.zsh
Normal file
@@ -0,0 +1 @@
|
||||
ps aux | grep java | sort | uniq | tail | head
|
||||
1
tests/data/nested-parentheses.zsh
Normal file
1
tests/data/nested-parentheses.zsh
Normal file
@@ -0,0 +1 @@
|
||||
echo $(echo ${(z)array})
|
||||
1
tests/data/simple-command.zsh
Normal file
1
tests/data/simple-command.zsh
Normal file
@@ -0,0 +1 @@
|
||||
ls
|
||||
1
tests/data/simple-redirection.zsh
Normal file
1
tests/data/simple-redirection.zsh
Normal file
@@ -0,0 +1 @@
|
||||
ps aux | grep java
|
||||
1
tests/data/unknown-command.zsh
Normal file
1
tests/data/unknown-command.zsh
Normal file
@@ -0,0 +1 @@
|
||||
ls
|
||||
1
tests/data/zsh-syntax-highlighting.zsh
Symbolic link
1
tests/data/zsh-syntax-highlighting.zsh
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/nicoulaj/projects/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
Reference in New Issue
Block a user