]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/braces.tests
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / tests / braces.tests
index 3f57829f060b9558581d7fa2557e2c3fcfe512bb..5a57f2844e9d716258cb50792fc972a1e7887ca5 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