]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/braces.tests
Bash-4.1 distribution source
[thirdparty/bash.git] / tests / braces.tests
index 25b07b6a27d715328b432f63561c395b28462799..c2b153ec096307bc3a5a38a295e4a688e1bd0929 100644 (file)
@@ -94,6 +94,11 @@ echo {a..z}
 echo {a..z..2}
 echo {z..a..-2}
 
+# unwanted zero-padding -- fixed post-bash-4.0
+echo {10..0..2}
+echo {10..0..-2}
+echo {-50..-0..5}
+
 # bad
 echo {1..10.f}
 echo {1..ff}