rodolfoghi / cpf-util-rust

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

should NOT add digits after the CPF length (11) #2

Closed rodolfoghi closed 4 years ago

rodolfoghi commented 4 years ago
test(`should NOT add digits after the CPF length (${LENGTH})`, () => {
    expect(format('94389575104000000')).toBe('943.895.751-04');
  });