parse lifetimes
This commit is contained in:
parent
53fc09c02f
commit
47f4c1e8c2
6 changed files with 402 additions and 12 deletions
|
|
@ -424,7 +424,7 @@ mod tests {
|
|||
println!("undo");
|
||||
f.undo();
|
||||
c.update_with_parents(&f);
|
||||
assert_eq!(c.curr().message_or_name(), Some("nest"));
|
||||
assert_eq!(c.curr().message_or_name(), Some("enter"));
|
||||
assert!(c.next(&f));
|
||||
assert_eq!(c.curr().message_or_name(), Some("bar"));
|
||||
assert!(!c.next(&f));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue