Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
branch | 0 | 0 | nil |
1
;;; lib/organ/object/table.cell.lisp --- Org Table Cell Object
2
3
;; Table cells match the pattern:
4
5
;; CONTENTS SPACES| or CONTENTS SPACES EOL
6
7
;; CONTENTS matches the minimal-set of objects.
8
9
;;; Code:
10
(in-package :organ)
11
12
(define-org-object table-cell (contents))