aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-08-12 22:42:54 -0700
committerJohn MacFarlane <[email protected]>2025-08-12 22:43:27 -0700
commita6a5be132a5aa53f9744850f33a52e25aecf2628 (patch)
tree6ee84e998237464bd2b70e38ef9c35cd03ed3bcd /test/command
parenta36654b22286c0459fb4d7d354c865da23d6061f (diff)
Typst writer: add parens around typst-native year-only citations.
Closes #11044.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/9452.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/9452.md b/test/command/9452.md
index 12143d6e5..b3d60fca9 100644
--- a/test/command/9452.md
+++ b/test/command/9452.md
@@ -14,6 +14,6 @@ Here is a sentence @something2024.
With supplement @something2024[p.~3].
-And just the year #cite(<something2024>, form: "year");.
+And just the year (#cite(<something2024>, form: "year");).
```