]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/braces.tests
Bash-4.2 distribution sources and documentation
[thirdparty/bash.git] / tests / braces.tests
index c2b153ec096307bc3a5a38a295e4a688e1bd0929..a80cf450be435683fdc17e4f1448802e6dfb1515 100644 (file)
@@ -94,6 +94,9 @@ echo {a..z}
 echo {a..z..2}
 echo {z..a..-2}
 
+# make sure brace expansion handles ints > 2**31 - 1 using intmax_t
+echo {2147483645..2147483649}
+
 # unwanted zero-padding -- fixed post-bash-4.0
 echo {10..0..2}
 echo {10..0..-2}