/*
Tests `leetspeak::translate()`, `leetspeak::translate_with_level()`,
and `leetspeak::translate_custom()`'s implicit conversion of String,
&String, and &str to &str via AsRef<str>. All methods use the same
generic, so only testing one is required.
*/