1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/irb
Nobuyoshi Nakada 2ce6365f9c
parse.y: adjust error indicator
* parse.y (parser_yylex): adjust the error indicator of unexpected
  fraction part.

before:
~~~
1.2.3
^~~
~~~

after:
~~~
1.2.3
   ^~
~~~
2019-05-26 18:47:52 +09:00
..
test_color.rb parse.y: adjust error indicator 2019-05-26 18:47:52 +09:00
test_completion.rb make sync-default-gems GEM=irb 2019-04-27 22:01:11 +09:00
test_context.rb Copy config to make IRB::Context#use_colorize? functional 2019-05-21 04:32:17 -07:00
test_init.rb Suppress read of ~/.irbrc 2018-08-18 04:09:48 +00:00
test_option.rb make sync-default-gems GEM=irb 2019-04-27 22:01:11 +09:00
test_raise_no_backtrace_exception.rb make sync-default-gems GEM=irb 2019-04-27 22:01:11 +09:00
test_workspace.rb Add "require 'irb'" to use IRB.conf 2019-05-21 09:24:09 +09:00