global: review pygments-related tests with and without ctags

This commit is contained in:
Luca Favatella 2016-08-13 22:00:05 +01:00 committed by Mike McQuaid
parent 422c454862
commit 1b4daf3f41

View file

@ -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