krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.20.1: tests/snapshots/oracle__oracle_headings.snap · raw
1---
2source: tests/oracle.rs
3expression: report
4---
5agreement: 28/30 skeleton lines (93.3%)
6deliberate: 2 line(s) — semantic-time ×2
7unexplained: 0 line(s)
8(- orgo, + emacs, ~ a difference we mean to have)
9
10 <h2>
11~ semantic-time (1 line(s))
12 </h2>
13 <p>
14 "A heading carrying a keyword, a priority, tags and a property drawer."
15 </p>
16 <h3>
17 "DONE Nested and finished"
18 </h3>
19 <p>
20 "Sub-headings nest by star count."
21 </p>
22 <h3>
23~ semantic-time (1 line(s))
24 </h3>
25 <p>
26 "A priority cookie can stand alone."
27 </p>
28 <h2>
29 "TODOs are not a keyword"
30 </h2>
31 <p>
32 "The word boundary matters: this heading has no TODO keyword."
33 </p>
34 <h2>
35 "DONE"
36 </h2>
37 <p>
38 "A keyword with no title at all."
39 </p>