ruby/test/optparse
usa 1bb654d307 merge revision(s) 42844,42845: [Backport #8865]
* lib/optparse.rb:  The Integer acceptable now allows binary and
	  hexadecimal numbers per the documentation.  [ruby-trunk - Bug #8865]
	  DecimalInteger, OctalInteger, DecimalNumeric now validate their input
	  before converting to a number.  [ruby-trunk - Bug #8865]

	* test/optparse/test_acceptable.rb:  Tests for the above, tests for all
	  numeric acceptables for existing behavior.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@44935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-02-14 04:52:03 +00:00
..
test_acceptable.rb merge revision(s) 42844,42845: [Backport #8865] 2014-02-14 04:52:03 +00:00
test_bash_completion.rb * lib/optparse.rb: shell completion support for bash. 2010-11-19 11:26:54 +00:00
test_getopts.rb * lib/optparse.rb: shell completion support for bash. 2010-11-19 11:26:54 +00:00
test_noarg.rb use require_relative. 2010-02-02 13:58:56 +00:00
test_optarg.rb * lib/optparse.rb (Regexp): fix incorrect options when casting to 2012-01-16 07:42:01 +00:00
test_optparse.rb * lib/optparse.rb (Regexp): fix incorrect options when casting to 2012-01-16 07:42:01 +00:00
test_placearg.rb * lib/optparse.rb (Regexp): fix incorrect options when casting to 2012-01-16 07:42:01 +00:00
test_reqarg.rb * lib/optparse.rb (Regexp): fix incorrect options when casting to 2012-01-16 07:42:01 +00:00
test_summary.rb merge revision(s) 35467: 2012-04-24 20:57:07 +00:00
test_zsh_completion.rb * lib/optparse.rb: shell completion support for zsh. based on 2010-11-19 12:07:09 +00:00