zotero / citeproc-rs

CSL processor in Rust.
https://cormacrelf.github.io/citeproc-wasm-demo/
Other
75 stars 11 forks source link

subsequent-author-substitute #53

Closed cormacrelf closed 4 years ago

cormacrelf commented 4 years ago

The feature replaces names with --- if repeated in subsequent bibliography entries.

One nuance is whether names with different-but-not-rendered given names should activate the feature. This PR's answer is no, and there is a new test for that behaviour. In fact, there are new tests for all the different values of SAS, because there was nearly no existing coverage of the feature.