summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada2021-09-111-0/+2
| | | | https://github.com/ruby/rdoc/commit/3bca7dc093
* [ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada2021-09-111-0/+1
| | | | https://github.com/ruby/rdoc/commit/6ed889aac9
* [ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada2021-09-111-1/+1
| | | | https://github.com/ruby/rdoc/commit/82eaefbae4
* [ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada2021-09-111-0/+7
| | | | | | | | As well as double quotes. https://github.com/ruby/rdoc/pull/824#discussion_r683173389 https://github.com/ruby/rdoc/commit/09002bdab5
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-111-1/+1
| | | | https://github.com/ruby/net-http/commit/5bb14fd3bc
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+1
|
* Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA2021-09-112-4/+4
|
* Use CoreAssertions instead of AssertionsHiroshi SHIBATA2021-09-111-1/+1
|
* Use MiniTestHiroshi SHIBATA2021-09-112-4/+4
|
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-0/+5
| | | | https://github.com/ruby/irb/commit/5e29e3e39c
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-101-7/+7
| | | | https://github.com/ruby/reline/commit/92dbac0bff
* [ruby/reline] Fix scroll range of a script for testsaycabta2021-09-101-1/+1
| | | | https://github.com/ruby/reline/commit/6ceebe52bc
* [ruby/reline] Add tests that column of dialog with scrollbar is moved ↵aycabta2021-09-102-1/+36
| | | | | | without garbase https://github.com/ruby/reline/commit/45c70d6222
* [ruby/reline] Add a test that text under dialog appearsaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/0b63bd56ce
* [ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta2021-09-101-0/+13
| | | | https://github.com/ruby/reline/commit/f682c74975
* [ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta2021-09-102-0/+11
| | | | https://github.com/ruby/reline/commit/2c6f604b98
* [ruby/reline] Add a test that autocompletion returns to the original textaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/d80880e56b
* [ruby/reline] Use single quotes to match others in the fileaycabta2021-09-101-3/+3
| | | | https://github.com/ruby/reline/commit/a17de2d6d8
* [ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta2021-09-101-0/+10
| | | | https://github.com/ruby/reline/commit/9c0080c27f
* [ruby/reline] Add a test for when completion target is wrappedaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/25a94d70c3
* [ruby/reline] Fix complete proc of a script for testsaycabta2021-09-102-9/+5
| | | | https://github.com/ruby/reline/commit/ee1c1adddc
* [ruby/reline] Add a test that dialog may appear at the top if cursor at ↵aycabta2021-09-101-0/+21
| | | | | | bottom edge https://github.com/ruby/reline/commit/6c2ab47958
* [ruby/reline] Add a test for dialog at right edgeaycabta2021-09-101-0/+19
| | | | https://github.com/ruby/reline/commit/db642169b9
* [ruby/reline] Add a test for dialog with scroll keyaycabta2021-09-102-12/+56
| | | | https://github.com/ruby/reline/commit/99640abf75
* [ruby/reline] Add tests for autocomplete with scrollbaraycabta2021-09-102-0/+56
| | | | https://github.com/ruby/reline/commit/29634cbc93
* [ruby/reline] Add a test for simple dialogaycabta2021-09-102-0/+32
| | | | https://github.com/ruby/reline/commit/d70f507e2c
* [ruby/reline] Add a simple test for autocompleteaycabta2021-09-102-0/+22
| | | | https://github.com/ruby/reline/commit/11f83b2f4b
* [ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada2021-09-101-8/+7
| | | | https://github.com/ruby/irb/commit/f4aaa70cfc
* Find irb command path in testaycabta2021-09-101-1/+8
|
* [ruby/irb] Pend on trufflerubyaycabta2021-09-101-0/+1
| | | | https://github.com/ruby/irb/commit/fbf52d9608
* [ruby/irb] Remove an unused variableaycabta2021-09-101-1/+1
| | | | https://github.com/ruby/irb/commit/5bf1cb2078
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+10
| | | | https://github.com/ruby/irb/commit/b12f0cb8e2
* [ruby/irb] Add yamatanooroti test for symbol with backtickaycabta2021-09-101-0/+17
| | | | https://github.com/ruby/irb/commit/4d32f0e88e
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-0/+20
| | | | https://github.com/ruby/irb/commit/0aa2425883
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-091-1/+1
| | | | | | | ``` [ 4696/20990] TestAst#test_ranges:test/psych/test_scalar_scanner.rb(none):138: warning: ambiguous first argument; put parentheses or a space even after `-' operator ``` http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210909T123007Z.log.html.gz
* [Bug #18154] Fix memory leak in String#initializePeter Zhu2021-09-081-0/+10
| | | | | String#initialize can leak memory when called on a string that is marked with STR_NOFREE because it does not unset the STR_NOFREE flag.
* [ruby/irb] Use "csv" for testaycabta2021-09-081-2/+2
| | | | | | | The "csv" doesn't conflict with other stdlib names in any Ruby processing system. https://github.com/ruby/irb/commit/49203a1c83
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-0/+5
| | | | https://github.com/ruby/irb/commit/74d635758b
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+0
| | | | https://github.com/ruby/reline/commit/8a966cd962
* [ruby/pathname] Prefer omit over skipNobuyoshi Nakada2021-09-072-10/+10
| | | | https://github.com/ruby/pathname/commit/abd0b91044
* Removed obsoleted commentHiroshi SHIBATA2021-09-061-1/+1
|
* Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migrationHiroshi SHIBATA2021-09-061-2/+1
|
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for ↵Hiroshi SHIBATA2021-09-066-7/+7
| | | | test-unit migration
* Removed redundant testsHiroshi SHIBATA2021-09-061-4/+0
|
* Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA2021-09-061-6/+1
|
* [ruby/reline] Add a test for key bindings with Reline::Keyaycabta2021-09-061-0/+18
| | | | https://github.com/ruby/reline/commit/cadbd576c7
* [ruby/reline] Add a test for oneshot key bindingsaycabta2021-09-061-0/+12
| | | | https://github.com/ruby/reline/commit/42ebea82b7
* [ruby/reline] Rename a temporary test name to appropriate oneaycabta2021-09-061-1/+1
| | | | https://github.com/ruby/reline/commit/26ebecde5c
* [ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta2021-09-061-0/+5
| | | | https://github.com/ruby/reline/commit/af7953ff93
* [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA2021-09-057-33/+79
| | | | | | https://github.com/ruby/fiddle/commit/e08c4c635e Co-authored-by: Sutou Kouhei <kou@clear-code.com>