Skip to content

Commit 9eece73

Browse files
committed
test: html golden tests
1 parent 9dd2f6d commit 9eece73

File tree

89 files changed

+22432
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+22432
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if (MRDOCS_BUILD_TESTS)
377377
endif ()
378378
target_compile_definitions(mrdocs-test PRIVATE -DMRDOCS_TEST_FILES_DIR="${CMAKE_CURRENT_SOURCE_DIR}/test-files")
379379
add_test(NAME mrdocs-unit-tests COMMAND mrdocs-test --unit=true)
380-
foreach (testgenerator IN ITEMS xml adoc)
380+
foreach (testgenerator IN ITEMS xml adoc html)
381381
add_test(NAME mrdocs-golden-tests-${testgenerator}
382382
COMMAND
383383
mrdocs-test
+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
</html>
2+
<head></head>
3+
<body>
4+
<div>
5+
<h1>Reference</h1>
6+
7+
[#[object Object]]
8+
9+
<div id="[object Object]">
10+
<div>
11+
<h2>Global namespace</h2>
12+
</div>
13+
<div>
14+
<div>
15+
<h3> Types</h3>
16+
</div>
17+
<div>
18+
<h3>Types</h3>
19+
</div>
20+
</div>
21+
</div>
22+
23+
[#[object Object]]
24+
25+
<div id="[object Object]">
26+
<div>
27+
<h2>Class A</h2>
28+
29+
</div>
30+
31+
<div>
32+
<h3>Synopsis</h3>
33+
<div>
34+
<code>
35+
</code>
36+
</div>
37+
<pre class="source-code cpp">
38+
template<typename T>
39+
struct A;
40+
</pre>
41+
</div>
42+
43+
<div>
44+
</div>
45+
46+
47+
</div>
48+
49+
[#[object Object]]
50+
51+
<div id="[object Object]">
52+
<div>
53+
<h2>Class B</h2>
54+
55+
</div>
56+
57+
<div>
58+
<h3>Synopsis</h3>
59+
<div>
60+
<code>
61+
</code>
62+
</div>
63+
<pre class="source-code cpp">
64+
template<
65+
typename T,
66+
typename U>
67+
struct B;
68+
</pre>
69+
</div>
70+
71+
<div>
72+
</div>
73+
74+
75+
</div>
76+
77+
[#[object Object]]
78+
79+
<div id="[object Object]">
80+
<div>
81+
<h2>C</h2>
82+
83+
</div>
84+
85+
<div>
86+
<h3>Synopsis</h3>
87+
<div>
88+
<code>
89+
</code>
90+
</div>
91+
<pre class="source-code cpp">
92+
template<typename T>
93+
using C = A<T>;
94+
</pre>
95+
</div>
96+
97+
</div>
98+
99+
[#[object Object]]
100+
101+
<div id="[object Object]">
102+
<div>
103+
<h2>Class D</h2>
104+
105+
</div>
106+
107+
<div>
108+
<h3>Synopsis</h3>
109+
<div>
110+
<code>
111+
</code>
112+
</div>
113+
<pre class="source-code cpp">
114+
template<typename T>
115+
struct D;
116+
</pre>
117+
</div>
118+
119+
<div>
120+
<div>
121+
<h3>Types</h3>
122+
</div>
123+
</div>
124+
125+
126+
</div>
127+
128+
[#[object Object]]
129+
130+
<div id="[object Object]">
131+
<div>
132+
<h2><a href="#">D</a>::
133+
E</h2>
134+
135+
</div>
136+
137+
<div>
138+
<h3>Synopsis</h3>
139+
<div>
140+
<code>
141+
</code>
142+
</div>
143+
<pre class="source-code cpp">
144+
template<typename U>
145+
using E = B<T, U>;
146+
</pre>
147+
</div>
148+
149+
</div>
150+
</div>
151+
<div><h4>Created with MrDocs</h4></div>
152+
</body>
153+
</html>
+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
</html>
2+
<head></head>
3+
<body>
4+
<div>
5+
<h1>Reference</h1>
6+
7+
[#[object Object]]
8+
9+
<div id="[object Object]">
10+
<div>
11+
<h2>Global namespace</h2>
12+
</div>
13+
<div>
14+
<div>
15+
<h3> Member Functions</h3>
16+
</div>
17+
</div>
18+
</div>
19+
20+
[#[object Object]]
21+
22+
<div id="[object Object]">
23+
<div>
24+
<h2>Function f</h2>
25+
26+
</div>
27+
28+
<div>
29+
<h3>Synopsis</h3>
30+
<div>
31+
<code>
32+
</code>
33+
</div>
34+
<pre class="source-code cpp">
35+
bool
36+
f();
37+
</pre>
38+
</div>
39+
40+
41+
42+
43+
</div>
44+
</div>
45+
<div><h4>Created with MrDocs</h4></div>
46+
</body>
47+
</html>

test-files/golden-tests/brief-1.html

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
</html>
2+
<head></head>
3+
<body>
4+
<div>
5+
<h1>Reference</h1>
6+
7+
[#[object Object]]
8+
9+
<div id="[object Object]">
10+
<div>
11+
<h2>Global namespace</h2>
12+
</div>
13+
<div>
14+
<div>
15+
<h3> Member Functions</h3>
16+
</div>
17+
</div>
18+
</div>
19+
20+
[#[object Object]]
21+
22+
<div id="[object Object]">
23+
<div>
24+
<h2>Function f5</h2>
25+
<p><span>brief</span> <b>bold</b> <span>it</span> <span>continues to the line.</span></p>
26+
27+
28+
</div>
29+
30+
<div>
31+
<h3>Synopsis</h3>
32+
<div>
33+
<code>
34+
</code>
35+
</div>
36+
<pre class="source-code cpp">
37+
void
38+
f5();
39+
</pre>
40+
</div>
41+
42+
43+
44+
45+
</div>
46+
47+
[#[object Object]]
48+
49+
<div id="[object Object]">
50+
<div>
51+
<h2>Function f6</h2>
52+
<p><span>brief</span></p>
53+
54+
55+
</div>
56+
57+
<div>
58+
<h3>Synopsis</h3>
59+
<div>
60+
<code>
61+
</code>
62+
</div>
63+
<pre class="source-code cpp">
64+
void
65+
f6();
66+
</pre>
67+
</div>
68+
69+
<div>
70+
<h3>Description</h3>
71+
<p><span>many lined</span> <b>bold</b> <span>what will</span> <span>happen?</span></p>
72+
73+
74+
</div>
75+
76+
77+
78+
</div>
79+
</div>
80+
<div><h4>Created with MrDocs</h4></div>
81+
</body>
82+
</html>

0 commit comments

Comments
 (0)