From 2b74f29bd2adc000f2b71a5d3e57144f1a166332 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 29 Dec 2018 11:07:01 +0000 Subject: [PATCH] Add exclude for regexp parser not accepting a regexp in rubyspec --- spec/integrations.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec/integrations.yml b/spec/integrations.yml index 0b260fca..72a83d18 100644 --- a/spec/integrations.yml +++ b/spec/integrations.yml @@ -7,7 +7,10 @@ ruby_glob_pattern: '**/*_spec.rb' mutation_coverage: false mutation_generation: true - expected_errors: {} + expected_errors: + "#": + - core/matchdata/begin_spec.rb + - core/matchdata/end_spec.rb exclude: - core/string/casecmp_spec.rb - core/symbol/casecmp_spec.rb