Imported from ../bash-3.2.tar.gz.
[platform/upstream/bash.git] / tests / braces.tests
index 3f57829..5a57f28 100644 (file)
@@ -68,3 +68,8 @@ echo 0{1..9} {10..20}
 # do negative numbers work?
 echo {-1..-10}
 echo {-20..0}
+
+# weirdly-formed brace expansions -- fixed in post-bash-3.1
+echo a-{b{d,e}}-c
+
+echo a-{bdef-{g,i}-c