fix: add missing closing paren in self-edit tests

Tier 1 Chaos verified on all modified org files.
This commit is contained in:
2026-04-28 15:12:46 -04:00
parent 45d74c2f3b
commit 958ed69b4e

View File

@@ -320,6 +320,7 @@ Swap compiled skill files without breaking active sockets.
(let ((result (opencortex::self-edit-parse-location context)))
(is (search "foo.lisp" (getf result :file)))
(is (eq 99 (getf result :line))))))
)
#+end_src
* See Also