parse lifetimes

This commit is contained in:
Jana Dönszelmann 2026-04-03 17:24:45 +02:00
parent 53fc09c02f
commit 47f4c1e8c2
No known key found for this signature in database
6 changed files with 402 additions and 12 deletions

View file

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