1
0
Fork 0
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:
aycabta 2021-12-20 16:08:03 +09:00 committed by git
parent b96ef7684c
commit 7b0f2d618e

View file

@ -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