rodolfoghi / cpf-util-rust

CPF utils written in Rust
https://crates.io/crates/cpf_util
MIT License
7 stars 1 forks source link

should return false when is a CPF invalid test numbers with letters #10

Closed rodolfoghi closed 4 years ago

rodolfoghi commented 4 years ago
test('when is a CPF invalid test numbers with letters', () => {
      expect(isValid('foo391.838.38test0-66')).toBe(false);
    });