aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-0/+66
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-082-2/+63
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-8/+15
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-0/+8
* [ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata2021-01-071-0/+4
* [ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtilKenta Murata2021-01-075-5/+6
* strip trailing spaces [ci skip]Nobuyoshi Nakada2021-01-061-1/+1
* 600x larger timeout for RelineTakashi Kokubun2021-01-051-1/+1
* [ruby/ostruct] Allow ostruct to return a value on super (#4028)Adam Hess2021-01-051-0/+8
* [ruby/io-console] Ignore chomp! result and return the modified stringNobuyoshi Nakada2021-01-051-0/+9
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-0/+32
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-0/+19
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-0/+17
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-0/+70
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-051-0/+8
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-0/+17
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-0/+19
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-0/+12
* enable constant cache on ractorsKoichi Sasada2021-01-051-9/+13
* Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA2021-01-0414-107/+109
* Fixed error message when % at EOFNobuyoshi Nakada2021-01-041-0/+1
* Added tests for Time#getlocal with UTC offsetNobuyoshi Nakada2021-01-031-0/+8
* Avoid hanging on --jit-wait after MJIT.pauseTakashi Kokubun2021-01-031-0/+8
* Add Enumerable#compact and Enumerator::Lazy#compactzverok2021-01-022-0/+20
* [ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata2021-01-021-10/+20
* [ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata2021-01-021-0/+17
* [ruby/bigdecimal] Fix test_limitKenta Murata2021-01-021-9/+10
* Added AST assertions for method definition arguments [Bug #17495]Nobuyoshi Nakada2021-01-011-0/+8
* Added AST tests for endless method definitionsNobuyoshi Nakada2021-01-011-0/+19
* Make any hash values fixable [Bug #17488]Nobuyoshi Nakada2020-12-311-0/+26
* Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun2020-12-291-0/+11
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+14
* [ruby/irb] Fix failing testsTakashi Kokubun2020-12-281-3/+3
* Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada2020-12-281-1/+24
* test/test_trick.rb: fixed the position to add timeoutNobuyoshi Nakada2020-12-251-2/+2
* test/test_trick.rb: increase timeout of some testsYusuke Endoh2020-12-251-2/+2
* test_trick.rb: Make the encoding explicit for code written in UTF-8Nobuyoshi Nakada2020-12-251-2/+2
* test/test_trick.rb: Add a test file for TRICK entries (#3988)Yusuke Endoh2020-12-251-0/+191
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-7/+25
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-0/+18
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-0/+23
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14