adding new sequences from the VT100 list
This commit is contained in:
@@ -61,6 +61,5 @@ fn test_parser_iterator_failure() {
|
||||
let strings: Vec<Output> = ParserIterator::new(parse_str)
|
||||
.collect();
|
||||
|
||||
println!("{:#?}", strings);
|
||||
assert_eq!(strings.len(), 6);
|
||||
}
|
||||
|
Reference in New Issue
Block a user