krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
main: tests/snapshots/oracle__oracle_elements.snap · raw
1---
2source: tests/oracle.rs
3expression: report
4---
5agreement: 64/82 skeleton lines (78.0%)
6deliberate: 26 line(s) — footnote-anchor-naming ×1, footnote-section-shape ×2, id-link-resolution ×1, no-colgroup ×1, pre-code ×2
7unexplained: 0 line(s)
8(- orgo, + emacs, ~ a difference we mean to have)
9
10 <h2>
11 "Code and tables"
12 </h2>
13 <pre>
14~ pre-code (1 line(s))
15 "fn main() { println!(\"hello\"); }"
16~ pre-code (1 line(s))
17 </pre>
18 <table>
19~ no-colgroup (4 line(s))
20 <thead>
21 <tr>
22 <th>
23 "Name"
24 </th>
25 <th>
26 "Score"
27 </th>
28 </tr>
29 </thead>
30 <tbody>
31 <tr>
32 <td>
33 "alpha"
34 </td>
35 <td>
36 "10"
37 </td>
38 </tr>
39 <tr>
40 <td>
41 "beta"
42 </td>
43 <td>
44 "20"
45 </td>
46 </tr>
47 </tbody>
48 </table>
49 <h2>
50 "Links and footnotes"
51 </h2>
52 <p>
53 "An external link:"
54 <a href="https://example.com">
55 "Example"
56 </a>
57~ id-link-resolution (5 line(s))
58 </p>
59 <p>
60 "Text with a footnote reference."
61 <sup>
62~ footnote-anchor-naming (1 line(s))
63 "1"
64 </a>
65 </sup>
66 </p>
67 <h2>
68 "Blocks"
69 </h2>
70 <blockquote>
71 <p>
72 "A quoted paragraph."
73 </p>
74 </blockquote>
75 <hr>
76~ footnote-section-shape (8 line(s))
77 <p>
78 "The footnote definition."
79 </p>
80~ footnote-section-shape (6 line(s))