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 8729a0a commit 957efebCopy full SHA for 957efeb
rakelib/benchmarks.rake
@@ -26,7 +26,7 @@ file "benchmarks/parser.yml" => PARSER_TEST_FIXTURES do |t|
26
files = path.glob("*.yml")
27
tests = files.flat_map {|file|
28
file.read
29
- .gsub(%r{([-:]) !ruby/(object|struct):\S+}) { $1 }
+ .gsub(%r{([-:]) !ruby/(object|struct|array):\S+}) { $1 }
30
.then {
31
YAML.safe_load(_1, filename: file,
32
permitted_classes: [Symbol, Regexp], aliases: true)
0 commit comments