Phase 6: IDE-Exportanbindung abschließen und Change archivieren

This commit is contained in:
2026-09-07 17:00:29 +02:00
parent 25176947ba
commit 69f2002481
31 changed files with 1310 additions and 136 deletions

View File

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