ruby/test/optparse
nobu 8ddf0263bb Fix DecimalInteger converting to octal bug
Previously if the input started with a '0' then it will be converted
as octal even though it has been specified as a decimal. This commit
forces the number to be interpreted as a decimal.

[ruby-core:81927] [Bug #13722] [Fix GH-1665]
Author:    william <william.mccumstie@outlook.com>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-07-06 11:49:03 +00:00
..
test_acceptable.rb Fix DecimalInteger converting to octal bug 2017-07-06 11:49:03 +00:00
test_autoconf.rb
test_bash_completion.rb
test_cclass.rb optparse.rb: fix char class option 2016-05-31 08:28:48 +00:00
test_getopts.rb
test_kwargs.rb optparse/kwargs.rb 2016-10-14 13:26:13 +00:00
test_noarg.rb optparse.rb: hyphenize 2016-10-14 08:20:26 +00:00
test_optarg.rb optparse.rb: hyphenize 2016-10-14 08:20:26 +00:00
test_optparse.rb
test_placearg.rb optparse.rb: hyphenize 2016-10-14 08:20:26 +00:00
test_reqarg.rb optparse.rb: hyphenize 2016-10-14 08:20:26 +00:00
test_summary.rb
test_zsh_completion.rb