mirror of
https://github.com/typst/typst
synced 2025-05-18 02:55:28 +08:00
Add failing test for #5775
This commit is contained in:
parent
cfb3b1a270
commit
f11d28e8ee
@ -147,3 +147,13 @@ B #cite(<netwok>) #cite(<arrgh>).
|
|||||||
// Error: 7-17 expected label, found string
|
// Error: 7-17 expected label, found string
|
||||||
// Hint: 7-17 use `label("%@&#*!\\")` to create a label
|
// Hint: 7-17 use `label("%@&#*!\\")` to create a label
|
||||||
#cite("%@&#*!\\")
|
#cite("%@&#*!\\")
|
||||||
|
|
||||||
|
--- issue-5775-cite-order-rtl ---
|
||||||
|
// Test citation order in RTL text.
|
||||||
|
#set page(width: 300pt)
|
||||||
|
این است
|
||||||
|
@tolkien54
|
||||||
|
و این یکی هست
|
||||||
|
@arrgh
|
||||||
|
|
||||||
|
#bibliography("/assets/bib/works.bib")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user