summaryrefslogtreecommitdiff
path: root/test/irb/test_ruby_lex.rb
AgeCommit message (Expand)Author
2024-01-31[ruby/irb] Omit 2 encoding error related tests for TruffleRubyStan Lo
2023-10-04[ruby/irb] Clear all context usages in RubyLexStan Lo
2023-09-30[ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida
2023-08-26[ruby/irb] Fix deprecation test when ran multiple timesPeter Zhu
2023-08-24[ruby/irb] Deprecate RubyLex and warn about referencing to itStan Lo
2023-08-13[ruby/irb] Move IO configuration to IRB::IrbStan Lo
2023-08-11[ruby/irb] Remove needless removal of trailing whitespace intomoya ishida
2023-08-11[ruby/irb] Move assignment check to RubyLexStan Lo
2023-07-18[ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo
2023-07-15[ruby/irb] Indent multiline percent literalstomoya ishida
2023-06-30[ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida
2023-06-28[ruby/irb] Reduce test pend trufflerubytomoya ishida
2023-06-27[ruby/irb] Always add \n at the end of the test input in RubyLextomoya ishida
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-24[ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida
2023-06-20[ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida
2023-06-19[ruby/irb] Add missing token that ignored by rippertomoya ishida
2023-06-15[ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-05-21[ruby/irb] Fix typo (https://github.com/ruby/irb/pull/587)ima1zumi
2023-05-20[ruby/irb] Add assertion for dynamic_prompt's assertion executionStan Lo
2023-05-20[ruby/irb] Fix dynamic_prompt test not executed, remove unnecessarytomoya ishida
2023-05-19[ruby/irb] Simplify each_top_level_statementtomoya ishida
2023-05-18[ruby/irb] Refactor RubyLex's input/io methodsStan Lo
2023-04-07[ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-02-21[ruby/irb] Improve RubyLex's testsStan Lo
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-02[ruby/irb] Fix prompt and code mismatchtomoya ishida
2022-12-27[ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo
2022-12-26Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-04[ruby/irb] Silent the noise created when building Context in testsStan Lo
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-11-03[ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun
2022-11-03[ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun
2022-11-03[ruby/irb] Require the entire irb lib in RubyLex testStan Lo
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-01[ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng
2021-12-03[ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga
2021-12-02Compatibility with IRBschneems
2021-09-22[ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga
2021-09-10[ruby/irb] Support symbol with backtickaycabta
2021-08-30[ruby/irb] Use pend instead of skipHiroshi SHIBATA
2021-03-24[ruby/irb] Change ripper_lex_without_warning to a class methodaycabta
2021-03-05[ruby/irb] Add a test for not continuing when endless range at eolaycabta
2021-01-24[ruby/irb] Indent correctly with method calling with receiveraycabta