mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Change test fix to empty content
This commit is contained in:
parent
72c219d24a
commit
d799a4207b
Binary file not shown.
Before Width: | Height: | Size: 800 B |
Binary file not shown.
Before Width: | Height: | Size: 703 B |
@ -48,5 +48,5 @@
|
|||||||
let n = query(<a>).len()
|
let n = query(<a>).len()
|
||||||
let fonts = ("nope", "Roboto")
|
let fonts = ("nope", "Roboto")
|
||||||
set text(font: fonts.at(n))
|
set text(font: fonts.at(n))
|
||||||
lorem(5)
|
[]
|
||||||
}
|
}
|
||||||
|
@ -51,5 +51,5 @@ Hello
|
|||||||
#context {
|
#context {
|
||||||
set document(author: "Changed") if "Normal" in document.author
|
set document(author: "Changed") if "Normal" in document.author
|
||||||
set document(title: "Changed") if document.title == "Normal"
|
set document(title: "Changed") if document.title == "Normal"
|
||||||
lorem(5)
|
[]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user