From 5436d3e5fc1ea86203ea4c6b48575809836930b3 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 11 Sep 2017 18:45:35 +0000 Subject: [PATCH] tests: Remove superfluous comment. The functions can remain defined because, nowadays, the test harness runs each test in a subshell; but that's a well-known property of the test harness so need not be mentioned explicitly. Inspired by discussion on issue #443. --- highlighters/main/test-data/function.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/highlighters/main/test-data/function.zsh b/highlighters/main/test-data/function.zsh index 6876391..426ee76 100644 --- a/highlighters/main/test-data/function.zsh +++ b/highlighters/main/test-data/function.zsh @@ -39,6 +39,3 @@ expected_region_highlight=( "1 2 function" # cd "4 5 function" # ls ) - -# don't 'unfunction cd ls', since cd() and ls() should still be a functions -# when _zsh_highlight runs. Leaving the wrapper functions is harmless.