make sure random string gives no hints

This commit is contained in:
Simon Gardling 2022-05-23 10:31:24 -04:00
parent fd91972127
commit d11b517083

View File

@ -118,6 +118,7 @@ fn multi() {
fn none() {
// string that should give no hints
let random = "qwert987gybhj";
assert_eq!(parsing::generate_hint(random), &Hint::None);
ac_tester(&[
SetString(random),