adding docs, updating Cargo.toml
This commit is contained in:
@@ -35,8 +35,8 @@ fn test_reset_mode() {
|
||||
fn test_parser_iterator() {
|
||||
let parse_str = "Hello, world? How are \x27[=7lyou? I hope you're doing well.";
|
||||
|
||||
let strings: Vec<Output> = iterate_on(parse_str)
|
||||
let strings: Vec<Output> = ParserIterator::new(parse_str)
|
||||
.collect();
|
||||
|
||||
println!("{:#?}", strings);
|
||||
assert_eq!(strings.len(), 3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user