literate: convert org/modern-backend.org from doc-only to tangle source

Now tangles to modern.lisp + modern-tests.lisp.
Deleted hand-written originals and regenerated from org — GREEN.
This commit is contained in:
Hermes Agent
2026-05-12 17:14:37 +00:00
parent dfd828c914
commit c77c6b9d02
3 changed files with 218 additions and 133 deletions

View File

@@ -82,7 +82,7 @@
(test osc8-escape
"OSC 8 hyperlink escape wraps text"
(is (equal (cl-tty.backend::osc8-link "http://example.com" "click here")
(format nil "~C]8;;http://example.com~C\\click here~C]8;;~C\\"
(format nil "~C]8;;http://example.com~C\\\\click here~C]8;;~C\\\\"
#\Esc #\Esc #\Esc #\Esc))))
;; ── Hex Parsing ────────────────────────────────────────────────