summaryrefslogtreecommitdiff
path: root/test/irb/test_ruby_lex.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida2023-04-071-3/+3
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-15/+0
* [ruby/irb] Improve RubyLex's testsStan Lo2023-02-211-58/+71
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-14/+17
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-1/+3
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-0/+32
* [ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo2022-12-271-0/+18
* Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun2022-12-261-0/+63
* Drop Ruby 2.5 supportst00122022-11-171-3/+0
* [ruby/irb] Silent the noise created when building Context in testsStan Lo2022-11-041-0/+1
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+11
* [ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun2022-11-031-0/+1
* [ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun2022-11-031-1/+2
* [ruby/irb] Require the entire irb lib in RubyLex testStan Lo2022-11-031-1/+1
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-7/+22
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-181-4/+27
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-181-0/+42
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-0/+13
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-0/+17
* Compatibility with IRBschneems2021-12-021-4/+4
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-221-8/+8
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-0/+20
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-301-5/+5
* [ruby/irb] Change ripper_lex_without_warning to a class methodaycabta2021-03-241-4/+2
* [ruby/irb] Add a test for not continuing when endless range at eolaycabta2021-03-051-0/+14
* [ruby/irb] Indent correctly with method calling with receiveraycabta2021-01-241-0/+64
* [ruby/irb] Indent correctly with keyword "for" and "in"aycabta2021-01-241-0/+32
* [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] Newline in oneliner def doesn't reset indentaycabta2021-01-051-0/+17
* [ruby/irb] Fix error_message for assert_dynamic_promptaycabta2020-12-231-2/+8
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-2/+53
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-0/+2
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-5/+15
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-0/+16
* [ruby/irb] Support oneline method definitionaycabta2020-08-181-0/+29
* [ruby/irb] handle rescue modifier properlyNobuhiro IMAI2020-07-221-0/+27
* [ruby/irb] Add encoding magic comments of editorsaycabta2020-07-221-0/+26
* [ruby/irb] Suppress incomplete encoding magic comment erroraycabta2020-07-221-0/+13
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-221-0/+13
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-02-291-1/+1
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+14
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-0/+19
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-0/+15
* Add load path and require for ruby/rubyaycabta2020-01-011-0/+2
* [ruby/irb] Fix lib name of OpenStructaycabta2020-01-011-1/+1
* Add "require 'openstruct'" what is forgottenaycabta2019-12-311-0/+1
* [ruby/irb] Add tests for RubyLexBen2019-12-311-0/+79