diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-11 14:42:43 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-11 14:42:43 +0200 |
| commit | 305524d005df075d53575552ee090fb53192a3fe (patch) | |
| tree | 08b739e8fc41057b79a2d7ea7a7208ca358d60b3 /tests/typ/meta | |
| parent | b471ac7d590abd2398ce25193b4e4df373bf2e9c (diff) | |
Update tests for type system changes
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/bibliography.typ | 2 | ||||
| -rw-r--r-- | tests/typ/meta/outline-entry.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ index 40d281fa..07c17dc6 100644 --- a/tests/typ/meta/bibliography.typ +++ b/tests/typ/meta/bibliography.typ @@ -10,7 +10,7 @@ --- #set page(width: 200pt) = Details -See also #cite("arrgh", "distress", [p. 22]), @arrgh[p. 4], and @distress[p. 5]. +See also #cite("arrgh", "distress", supplement: [p. 22]), @arrgh[p. 4], and @distress[p. 5]. #bibliography("/files/works.bib") --- diff --git a/tests/typ/meta/outline-entry.typ b/tests/typ/meta/outline-entry.typ index 50147442..8f290157 100644 --- a/tests/typ/meta/outline-entry.typ +++ b/tests/typ/meta/outline-entry.typ @@ -56,5 +56,5 @@ --- // Error: 2-23 cannot outline cite #outline(target: cite) -#cite("arrgh", "distress", [p. 22]) +#cite("arrgh", "distress", supplement: [p. 22]) #bibliography("/files/works.bib") |
