git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-10-15 11:28:52 +00:00
Родитель e67b307e55
Коммит 1451377e75
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -497,7 +497,7 @@ eom
unless match
msg = message(msg) {
expect_msg = "Expected #{mu_pp pattern}\n"
if /\n[^\n]+\n/ =~ rest
if /\n[^\n]/ =~ rest
actual_mesg = "to match\n"
rest.scan(/.*\n+/) {
actual_mesg << ' ' << $&.inspect << "+\n"