From e9d216bc8449227d228549d00246e360dc1d7271 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 20 Nov 2012 13:52:53 -0800 Subject: Fixed recursive brace expansion https://github.com/fish-shell/fish-shell/issues/399 --- tests/test1.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test1.in') diff --git a/tests/test1.in b/tests/test1.in index 4dd01db1..8c214900 100644 --- a/tests/test1.in +++ b/tests/test1.in @@ -10,6 +10,11 @@ for i in 1 2 #Comment on same line as command end; end +# Bracket expansion +echo x-{1} +echo x-{1,2} +echo foo-{1,2{3,4}} + # Simple alias tests function foo -- cgit v1.2.3