From 958ed69b4eb55bec98aaea042436f5e24bd22219 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 28 Apr 2026 15:12:46 -0400 Subject: [PATCH] fix: add missing closing paren in self-edit tests Tier 1 Chaos verified on all modified org files. --- skills/org-skill-self-edit.org | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/org-skill-self-edit.org b/skills/org-skill-self-edit.org index b99af70..ab85e32 100644 --- a/skills/org-skill-self-edit.org +++ b/skills/org-skill-self-edit.org @@ -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