index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_ruby_lex.rb
Age
Commit message (
Expand
)
Author
2024-01-31
[ruby/irb] Omit 2 encoding error related tests for TruffleRuby
Stan Lo
2023-10-04
[ruby/irb] Clear all context usages in RubyLex
Stan Lo
2023-09-30
[ruby/irb] Fix Reline's test failure running with `make test-all
tomoya ishida
2023-08-26
[ruby/irb] Fix deprecation test when ran multiple times
Peter Zhu
2023-08-24
[ruby/irb] Deprecate RubyLex and warn about referencing to it
Stan Lo
2023-08-13
[ruby/irb] Move IO configuration to IRB::Irb
Stan Lo
2023-08-11
[ruby/irb] Remove needless removal of trailing whitespace in
tomoya ishida
2023-08-11
[ruby/irb] Move assignment check to RubyLex
Stan Lo
2023-07-18
[ruby/irb] Reduce boilerplate code in RubyLexTest
Stan Lo
2023-07-15
[ruby/irb] Indent multiline percent literals
tomoya ishida
2023-06-30
[ruby/irb] Re-implement prev_spaces feature for pasted code
tomoya ishida
2023-06-28
[ruby/irb] Reduce test pend truffleruby
tomoya ishida
2023-06-27
[ruby/irb] Always add \n at the end of the test input in RubyLex
tomoya ishida
2023-06-25
[ruby/irb] Fix process_continue(rename to should_continue?) and
tomoya ishida
2023-06-24
[ruby/irb] Omit nesting_level, use indent_level to build prompt
tomoya ishida
2023-06-20
[ruby/irb] Improve indentation: bugfix, heredoc, embdoc, strings
tomoya ishida
2023-06-19
[ruby/irb] Add missing token that ignored by ripper
tomoya ishida
2023-06-15
[ruby/irb] Rewrite RubyLex to fix some bugs and make it possible to
tomoya ishida
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan 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 execution
Stan Lo
2023-05-20
[ruby/irb] Fix dynamic_prompt test not executed, remove unnecessary
tomoya ishida
2023-05-19
[ruby/irb] Simplify each_top_level_statement
tomoya ishida
2023-05-18
[ruby/irb] Refactor RubyLex's input/io methods
Stan Lo
2023-04-07
[ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid ripper
tomoya ishida
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-02-21
[ruby/irb] Improve RubyLex's tests
Stan Lo
2023-01-14
[ruby/irb] Store context in RubyLex
Stan Lo
2023-01-11
[ruby/irb] Drop unused arguments in `RubyLex`
Stan Lo
2023-01-02
[ruby/irb] Fix prompt and code mismatch
tomoya ishida
2022-12-27
[ruby/irb] Add dynamic prompt test case for quoted heredoc
Stan Lo
2022-12-26
Sync IRB master: tool/sync_default_gems.rb irb
Takashi Kokubun
2022-11-17
Drop Ruby 2.5 support
st0012
2022-11-04
[ruby/irb] Silent the noise created when building Context in tests
Stan Lo
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2022-11-03
[ruby/irb] Require rubygems to run the test alone on ruby/ruby
Takashi Kokubun
2022-11-03
[ruby/irb] Fix build_context for ruby/ruby CI
Takashi Kokubun
2022-11-03
[ruby/irb] Require the entire irb lib in RubyLex test
Stan Lo
2022-11-03
[ruby/irb] Refactor RubyLex and its tests
Stan 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 token
tompng
2021-12-03
[ruby/irb] Examine indentation of in keyword when trying to type include
Kaíque Kandy Koga
2021-12-02
Compatibility with IRB
schneems
2021-09-22
[ruby/irb] Use typed spaces when the line is inside the here documents
Kaíque Kandy Koga
2021-09-10
[ruby/irb] Support symbol with backtick
aycabta
2021-08-30
[ruby/irb] Use pend instead of skip
Hiroshi SHIBATA
2021-03-24
[ruby/irb] Change ripper_lex_without_warning to a class method
aycabta
2021-03-05
[ruby/irb] Add a test for not continuing when endless range at eol
aycabta
2021-01-24
[ruby/irb] Indent correctly with method calling with receiver
aycabta
[next]