Commit 1da0839
committed
Add test to assert unique ids in singlehtml output
Since the singlehtml aggregates all doc files into a single html page
during the write step, and the ids must be unique for proper link
anchoring, add test that collects all ids in the page and checks if all
ids are unique, by asserting the length of the list against it as a set.1 parent f5457f1 commit 1da0839
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
0 commit comments