adding new sequences from the VT100 list

This commit is contained in:
David Bittner
2019-05-04 11:24:58 -04:00
parent f51c7a1e95
commit 8c1408cefe
5 changed files with 73 additions and 52 deletions

View File

@@ -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);
}