global: review pygments-related tests with and without ctags
This commit is contained in:
parent
422c454862
commit
1b4daf3f41
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class Global < Formula
|
|||
assert_match "test.c", shell_output("#{bin}/global -d c2func")
|
||||
assert_match "test.c", shell_output("#{bin}/global -r c2func")
|
||||
assert_match "test.py", shell_output("#{bin}/global -d pyfunc")
|
||||
assert_match "test.py", shell_output("#{bin}/global -d py2func")
|
||||
assert_match "test.py", shell_output("#{bin}/global -r py2func")
|
||||
else
|
||||
# Everything is a symbol in this case
|
||||
|
|
Loading…
Reference in a new issue