summaryrefslogtreecommitdiff
path: root/test/test_getoptlong.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/getoptlong] fixup 5f57f47572502173e2e8880f83ef7b3e2659f974Hiroshi SHIBATA2021-11-111-1/+1
| | | | https://github.com/ruby/getoptlong/commit/5683297853
* [ruby/getoptlong] Save the copy of `ARGV`Nobuyoshi Nakada2021-11-111-1/+1
| | | | | | It refers the same object and will be replaced. https://github.com/ruby/getoptlong/commit/5f57f47572
* [ruby/getoptlong] Write a first test of getoptlong.rbBurdette Lamar2021-11-111-0/+163
https://github.com/ruby/getoptlong/commit/18cdb03fd4