We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193bdaa commit f47c3cbCopy full SHA for f47c3cb
tool/parse_mri_errors.rb
@@ -48,7 +48,7 @@
48
repo_root = File.expand_path("../..", __FILE__)
49
excludes = "#{repo_root}/test/mri/excludes"
50
51
-t = /((?:\w+::)?\w+)#(\S+)(?:\s*\[.+\])?:$/
+t = /((?:\w+::)?\w+)#(.+?)(?:\s*\[(?:[^\]])+\])?:$/
52
contents.scan(t) do |class_name, test_method, result|
53
file = excludes + "/" + class_name.split("::").join('/') + ".rb"
54
unless result == "."
0 commit comments