Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
branch | 0 | 0 | nil |
1
;;; lib/organ/object/export-snippet.lisp --- Org Export Snippet Object
2
3
;; Export snippets match the pattern: @@BACKEND:VALUE@@
4
5
;;; Code:
6
(in-package :organ)
7
8
(define-org-object export-snippet (backend value))