forked from gentoo-utils/gentoo-utils
bump mon for bug fixes
This commit is contained in:
@@ -507,4 +507,16 @@ mod test {
|
||||
|
||||
Atom::parser().check_finished(it).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_against_fuzzer_false_positives() {
|
||||
let atoms = ["media-libs/libsdl2[haptitick(+),sound(+)vd,eio(+)]"];
|
||||
|
||||
for atom in atoms {
|
||||
assert!(
|
||||
Atom::parser().check_finished(InputIter::new(atom)).is_err(),
|
||||
"{atom}"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user