diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-11 17:42:40 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-11 18:29:48 +0100 |
| commit | 529d3e10c6b4d973e88b6c295eb22a45ea426e42 (patch) | |
| tree | 1815aa9336e71565e24d94bacccb98f09e91b693 /tests/typ/meta | |
| parent | 8e5f446544fd147277ed2e4208c7ea793cc846a7 (diff) | |
Section references
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/ref.typ | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/typ/meta/ref.typ b/tests/typ/meta/ref.typ new file mode 100644 index 00000000..85750712 --- /dev/null +++ b/tests/typ/meta/ref.typ @@ -0,0 +1,21 @@ +// Test references. + +--- +#set heading(numbering: "1.") + += Introduction <intro> +See @setup. + +== Setup <setup> +As seen in @intro, we proceed. + +--- +// Error: 1-5 label does not exist in the document +@foo + +--- += First <foo> += Second <foo> + +// Error: 1-5 label occurs multiple times in the document +@foo |
