From fa57633d81526451248919210ae4aad731a76a0e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 28 Jul 2016 08:13:51 +0000 Subject: [PATCH] 'main': Enable test for issue #238. --- highlighters/main/test-data/exec-redirection1.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlighters/main/test-data/exec-redirection1.zsh b/highlighters/main/test-data/exec-redirection1.zsh index 784ec47..caec2f1 100644 --- a/highlighters/main/test-data/exec-redirection1.zsh +++ b/highlighters/main/test-data/exec-redirection1.zsh @@ -31,7 +31,7 @@ BUFFER='exec {foo}>&/tmp ls' expected_region_highlight=( "1 4 precommand" # exec - # TODO: "6 10 redirection 'issue #238'" # {foo} + "6 10 redirection 'issue #238'" # {foo} "11 12 redirection" # >& "13 16 path" # /tmp "18 19 command 'issue #238'" # ls