make sure random string gives no hints
This commit is contained in:
parent
fd91972127
commit
d11b517083
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user