You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments