From 8e2d4c2cf77125588549194677a2688a547c1b9e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 20 Nov 2013 17:35:57 +0000 Subject: 32030: need to revert empty glob qualifier change. It failed on an empty expansion that (N) was supposed to remove. Add test for this case. --- Test/D02glob.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Test') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index d6ab73304..81b002120 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -491,3 +491,11 @@ >@(scrimf), @(scrimf): 0 >'(' '*' '[' '^' '@(' >Nothing should be disabled. + + ( + setopt nomatch + x=( '' ) + print $^x(N) + ) +0:No error with empty null glob with (N). +> -- cgit 1.4.1