1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/io
nobu e78beed499 io/console: unknown key code for names with nul
* ext/io/console/console.c (console_key_pressed_p): raise the same
  exception, "unknown virtual key code", for names with nul chars.
  though console_win32_vk() considers the length and can deal with
  nul chars, rb_sprintf() raised at PRIsVALUE previously, so quote
  it if it is unprintable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-04-15 01:07:14 +00:00
..
console io/console: unknown key code for names with nul 2016-04-15 01:07:14 +00:00
nonblock Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
wait * test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout): 2016-03-09 00:28:41 +00:00