Phase 6: IDE-Exportanbindung abschließen und Change archivieren
This commit is contained in:
@@ -305,7 +305,8 @@ fn twenty_back_steps_end_of_contents_and_all_entries() {
|
||||
h.back();
|
||||
assert_eq!(h.position, p);
|
||||
assert!(h.notice.contains("20"));
|
||||
h.visit(11, 0, None);
|
||||
let (last, _) = Catalog::embedded().resolve("", "PLAN.md").unwrap();
|
||||
h.visit(last, 0, None);
|
||||
let p = h.position.clone();
|
||||
h.next();
|
||||
assert_eq!(h.position, p);
|
||||
|
||||
Reference in New Issue
Block a user