diff options
| author | Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> | 2025-06-10 20:59:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 17:59:06 +0000 |
| commit | a6ab6ac99a3db30d833f60e59959785f60fdc853 (patch) | |
| tree | 346fd03f3f55a8ccdc89fdb98a3ba544a5df7dd9 /tests/suite | |
| parent | 5d34d54df4c529456e75f46a60c6d39e1b18ccdd (diff) | |
Specify which CSL style is not suitable for bibliographies (#6306)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/model/bibliography.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/model/bibliography.typ b/tests/suite/model/bibliography.typ index 6de44e24..23576c15 100644 --- a/tests/suite/model/bibliography.typ +++ b/tests/suite/model/bibliography.typ @@ -71,6 +71,10 @@ Now we have multiple bibliographies containing @glacier-melt @keshav2007read #bibliography("/assets/bib/works_too.bib", style: "mla") +--- bibliography-style-not-suitable --- +// Error: 2-62 CSL style "Alphanumeric" is not suitable for bibliographies +#bibliography("/assets/bib/works.bib", style: "alphanumeric") + --- issue-4618-bibliography-set-heading-level --- // Test that the bibliography block's heading is set to 2 by the show rule, // and therefore should be rendered like a level-2 heading. Notably, this |
