krz/orgo
Lightning fast org-mode static site generator.
clone: git clone https://gitbay.org/krz/orgo.git
v0.20.2: tests/snapshots/oracle__oracle_images.snap · raw
1---
2source: tests/oracle.rs
3expression: report
4---
5agreement: 30/42 skeleton lines (71.4%)
6deliberate: 14 line(s) — figure-element ×8, semantic-emphasis ×2
7unexplained: 0 line(s)
8(- orgo, + emacs, ~ a difference we mean to have)
9
10 <h2>
11 "Bare image"
12 </h2>
13 <p>
14 <img src="diagram.png">
15 </p>
16 <h2>
17 "Captioned figure"
18 </h2>
19~ figure-element (1 line(s))
20 <img src="pipeline.svg">
21~ figure-element (2 line(s))
22 "Figure 1: The pipeline, end to end"
23~ figure-element (2 line(s))
24 <h2>
25 "Caption with markup"
26 </h2>
27~ figure-element (1 line(s))
28 <img src="chart.png">
29~ figure-element (2 line(s))
30 "Figure 2: A"
31~ semantic-emphasis (1 line(s))
32 "stylised"
33~ semantic-emphasis (1 line(s))
34 "chart"
35~ figure-element (2 line(s))
36 <h2>
37 "Quoted attribute values"
38 </h2>
39~ figure-element (1 line(s))
40 <img src="cat.jpg">
41~ figure-element (1 line(s))
42 <h2>
43 "Image with a description is a link"
44 </h2>
45 <p>
46 <a href="diagram.png">
47 "the diagram"
48 </a>
49 </p>