datacamp / testwhat

Write Submission Correctness Tests for R exercises
https://datacamp.github.io/testwhat
GNU Affero General Public License v3.0
33 stars 24 forks source link

Use Perl regex #232

Closed hermansje closed 4 years ago

hermansje commented 4 years ago

This enables using advanced regex features like negative lookahead.

codecov[bot] commented 4 years ago

Codecov Report

Merging #232 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   92.15%   92.16%   +<.01%     
==========================================
  Files          47       47              
  Lines        2651     2654       +3     
==========================================
+ Hits         2443     2446       +3     
  Misses        208      208
Impacted Files Coverage Δ
R/utils.R 96.42% <100%> (+0.2%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5a6b3b4...e58038d. Read the comment docs.