summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-14 05:36:45 +0900
committergit <svn-admin@ruby-lang.org>2021-09-14 05:39:18 +0900
commit881136d2fff829b4c6c3cdd1fbfe93d361b85954 (patch)
tree43da84f609fbd56bdcca3891f5e6ba9a729e48c3 /test
parent4e03032a83a059e32da9d886df2552fd06799c01 (diff)
[ruby/reline] The behaviour of Alt+key on Windows is changed
ref. https://github.com/ruby/reline/commit/dc2cf90fa6 https://github.com/ruby/reline/commit/4d1518aafc
Diffstat (limited to 'test')
-rw-r--r--test/reline/yamatanooroti/test_rendering.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb
index 8fa436ab22..58d23a40fd 100644
--- a/test/reline/yamatanooroti/test_rendering.rb
+++ b/test/reline/yamatanooroti/test_rendering.rb
@@ -774,19 +774,6 @@ begin
EOC
end
- def test_brackets
- omit unless Reline::IOGate.win?
- start_terminal(20, 50, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl}, startup_message: 'Multiline REPL.')
- write("\x80\M-[\x80\M-{\x80\M-}\x80\M-]\n")
- close
- assert_screen(<<~EOC)
- Multiline REPL.
- prompt> [{}]
- => [{}]
- prompt>
- EOC
- end
-
def test_with_newline
omit if Reline::IOGate.win?
cmd = %Q{ruby -e 'print(%Q{abc def \\e\\r})' | ruby -I#{@pwd}/lib -rreline -e 'p Reline.readline(%{> })'}