mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Remove unnecessary space in regexp
https://github.com/ruby/irb/commit/c24a8e2483
This commit is contained in:
parent
b96ef7684c
commit
7b0f2d618e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ module TestIRB
|
|||
\.irbrc\spath: .+\n
|
||||
RUBY_PLATFORM: .+\n
|
||||
LANG\senv:\sja_JP\.UTF-8\n
|
||||
LC_ALL\s env:\sen_US\.UTF-8\n
|
||||
LC_ALL\senv:\sen_US\.UTF-8\n
|
||||
East\sAsian\sAmbiguous\sWidth:\s\d\n
|
||||
}x
|
||||
assert_match expected, irb.context.main.irb_info.to_s
|
||||
|
|
Loading…
Add table
Reference in a new issue