diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/cite-show-set.png | bin | 0 -> 2193 bytes | |||
| -rw-r--r-- | tests/typ/bugs/cite-show-set.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/bugs/cite-show-set.png b/tests/ref/bugs/cite-show-set.png Binary files differnew file mode 100644 index 00000000..566186a4 --- /dev/null +++ b/tests/ref/bugs/cite-show-set.png diff --git a/tests/typ/bugs/cite-show-set.typ b/tests/typ/bugs/cite-show-set.typ new file mode 100644 index 00000000..a4111c9a --- /dev/null +++ b/tests/typ/bugs/cite-show-set.typ @@ -0,0 +1,9 @@ +// Test show set rules on citations. + +--- +#show cite: set text(red) +A @netwok @arrgh. +B #cite(<netwok>) #cite(<arrgh>). + +#show bibliography: none +#bibliography("/files/works.bib") |
