Add exclude for regexp parser not accepting a regexp in rubyspec
This commit is contained in:
parent
97840b87ae
commit
2b74f29bd2
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
ruby_glob_pattern: '**/*_spec.rb'
|
||||
mutation_coverage: false
|
||||
mutation_generation: true
|
||||
expected_errors: {}
|
||||
expected_errors:
|
||||
"#<ArgumentError: No valid target found for '?' >":
|
||||
- core/matchdata/begin_spec.rb
|
||||
- core/matchdata/end_spec.rb
|
||||
exclude:
|
||||
- core/string/casecmp_spec.rb
|
||||
- core/symbol/casecmp_spec.rb
|
||||
|
|
Loading…
Add table
Reference in a new issue