Imported from ../bash-2.01.tar.gz.
[platform/upstream/bash.git] / tests / braces-tests
index bd8ff82..d31a5e3 100644 (file)
@@ -18,3 +18,7 @@ echo { }
 echo }
 echo {
 echo abcd{efgh
+
+echo foo {1,2} bar
+echo `zecho foo {1,2} bar`
+echo $(zecho foo {1,2} bar)