summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
https://github.com/ruby/reline/commit/92dbac0bff
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
https://github.com/ruby/reline/commit/6ceebe52bc
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved ↵aycabta
without garbase https://github.com/ruby/reline/commit/45c70d6222
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
https://github.com/ruby/reline/commit/0b63bd56ce
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
https://github.com/ruby/reline/commit/f682c74975
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
https://github.com/ruby/reline/commit/2c6f604b98
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
https://github.com/ruby/reline/commit/d80880e56b
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
https://github.com/ruby/reline/commit/a17de2d6d8
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
https://github.com/ruby/reline/commit/9c0080c27f
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
https://github.com/ruby/reline/commit/25a94d70c3
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
https://github.com/ruby/reline/commit/ee1c1adddc
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at ↵aycabta
bottom edge https://github.com/ruby/reline/commit/6c2ab47958
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
https://github.com/ruby/reline/commit/db642169b9
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
https://github.com/ruby/reline/commit/99640abf75
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
https://github.com/ruby/reline/commit/29634cbc93
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
https://github.com/ruby/reline/commit/d70f507e2c
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta
https://github.com/ruby/reline/commit/11f83b2f4b
2021-09-10[ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada
https://github.com/ruby/irb/commit/f4aaa70cfc
2021-09-10Find irb command path in testaycabta
2021-09-10[ruby/irb] Pend on trufflerubyaycabta
https://github.com/ruby/irb/commit/fbf52d9608
2021-09-10[ruby/irb] Remove an unused variableaycabta
https://github.com/ruby/irb/commit/5bf1cb2078
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
https://github.com/ruby/irb/commit/b12f0cb8e2
2021-09-10[ruby/irb] Add yamatanooroti test for symbol with backtickaycabta
https://github.com/ruby/irb/commit/4d32f0e88e
2021-09-10[ruby/irb] Support symbol with backtickaycabta
https://github.com/ruby/irb/commit/0aa2425883
2021-09-09test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh
``` [ 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
2021-09-08[Bug #18154] Fix memory leak in String#initializePeter Zhu
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. Notes: Merged: https://github.com/ruby/ruby/pull/4814
2021-09-08[ruby/irb] Use "csv" for testaycabta
The "csv" doesn't conflict with other stdlib names in any Ruby processing system. https://github.com/ruby/irb/commit/49203a1c83
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
https://github.com/ruby/irb/commit/74d635758b
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
https://github.com/ruby/reline/commit/8a966cd962
2021-09-07[ruby/pathname] Prefer omit over skipNobuyoshi Nakada
https://github.com/ruby/pathname/commit/abd0b91044
2021-09-06Removed obsoleted commentHiroshi SHIBATA
2021-09-06Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migrationHiroshi SHIBATA
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for ↵Hiroshi SHIBATA
test-unit migration
2021-09-06Removed redundant testsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4811
2021-09-06Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4811
2021-09-06[ruby/reline] Add a test for key bindings with Reline::Keyaycabta
https://github.com/ruby/reline/commit/cadbd576c7
2021-09-06[ruby/reline] Add a test for oneshot key bindingsaycabta
https://github.com/ruby/reline/commit/42ebea82b7
2021-09-06[ruby/reline] Rename a temporary test name to appropriate oneaycabta
https://github.com/ruby/reline/commit/26ebecde5c
2021-09-06[ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta
https://github.com/ruby/reline/commit/af7953ff93
2021-09-05[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA
https://github.com/ruby/fiddle/commit/e08c4c635e Co-authored-by: Sutou Kouhei <kou@clear-code.com> Notes: Merged: https://github.com/ruby/ruby/pull/4810
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
https://github.com/ruby/irb/commit/a1ddf64c69
2021-09-04[ruby/irb] Add an assertion to check completion "var.method" to get correct ↵aycabta
"class.method" https://github.com/ruby/irb/commit/cc1ddb37a9
2021-09-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
https://github.com/ruby/irb/commit/b2324727e1
2021-09-04[ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta
https://github.com/ruby/irb/commit/142fc53e9c
2021-09-03[ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada
Also flattens `@options.template_stylesheets` when parsing the command lines. Fixes #205 Fixes #828 too https://github.com/ruby/rdoc/commit/857002a763
2021-09-03[ruby/rdoc] Try to load WEBrick for testingVít Ondruch
This is in similar vein Rake is optionally loaded in: https://github.com/ruby/rdoc/blob/5437418baf8eeb984fe7e74b181d3da1b174d0f7/test/rdoc/test_rdoc_task.rb#L3-L6 https://github.com/ruby/rdoc/commit/5f3901ae60
2021-09-03[ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA
https://github.com/ruby/rdoc/commit/73c030c7b0
2021-09-03[ruby/rdoc] Removed duplicated docHiroshi SHIBATA
https://github.com/ruby/rdoc/commit/0dd36a5c35
2021-09-03[ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta
https://github.com/ruby/irb/commit/856f001b60
2021-09-03[ruby/irb] Disable autocomplete in yamatanooroti testaycabta
https://github.com/ruby/irb/commit/cb9c9c64df