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 null #6

Open rodolfoghi opened 4 years ago

rodolfoghi commented 4 years ago

I think this test is not necessary in Rust because its not possible call function using null values for a &str parameter.