summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-15[ruby/racc] Prefer __dir__ over File.dirname(__FILE__)Olle Jonsson
2021-09-15Add test cases for constants and keywordsShugo Maeda
2021-09-15[ruby/racc] Rename helper to caseHiroshi SHIBATA
2021-09-15[ruby/racc] Ignored loading CoreAssertions in test caseHiroshi SHIBATA
2021-09-15[ruby/logger] Ignored loading CoreAssertions in test runnerHiroshi SHIBATA
2021-09-15Marshal.load: do not call the proc until strings have their encodingJean Boussier
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-14[ruby/reline] The behaviour of Alt+key on Windows is changedaycabta
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2021-09-13Adds mixed hash value and value omission testsBrandon Weaver
2021-09-13Fixed leaked file descriptorHiroshi SHIBATA
2021-09-12Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada
2021-09-11Hash values should be omitted in Ripper resultsShugo Maeda
2021-09-11Add documentation and tests for keyword argument value omissionShugo Maeda
2021-09-11Another test for [Feature #14579]Nobuyoshi Nakada
2021-09-11Allow value omission in Hash literalsShugo Maeda
2021-09-11[ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
2021-09-11Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA
2021-09-11Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA
2021-09-11Use CoreAssertions instead of AssertionsHiroshi SHIBATA
2021-09-11Use MiniTestHiroshi SHIBATA
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved without...aycabta
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at botto...aycabta
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta
2021-09-10[ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada
2021-09-10Find irb command path in testaycabta
2021-09-10[ruby/irb] Pend on trufflerubyaycabta
2021-09-10[ruby/irb] Remove an unused variableaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Add yamatanooroti test for symbol with backtickaycabta
2021-09-10[ruby/irb] Support symbol with backtickaycabta