DavyJonesLocker / client_side_validations

Client Side Validations made easy for Ruby on Rails
MIT License
2.69k stars 404 forks source link

Fix spec for js_regex 3.10.0 #903

Closed jaynetics closed 1 year ago

jaynetics commented 1 year ago

hi!

i've just released a version of js_regex with a fix that makes the spec below red.

the spec (probably written by myself at some point 😊), was expecting an escape sequence were no escape sequence is necessary.

there are no changes that affect functionality.

cheers j.

coveralls commented 1 year ago

Coverage Status

Coverage: 99.804%. Remained the same when pulling c6036c4bea8f4a750bd3fd8e660beee32295fed9 on jaynetics:fix_spec_for_js_regex_3_10_0 into 9908bd3d65efa2d987c7f06d844e0aa4b83273e1 on DavyJonesLocker:main.

tagliala commented 1 year ago

Oh, thanks, just noticed this error in #904