mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Suppress warning in tests
This commit is contained in:
parent
ea3ca30a65
commit
72c219d24a
BIN
tests/ref/context-delayed-warning.png
Normal file
BIN
tests/ref/context-delayed-warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 800 B |
BIN
tests/ref/issue-4769-document-context-conditional.png
Normal file
BIN
tests/ref/issue-4769-document-context-conditional.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 703 B |
@ -48,4 +48,5 @@
|
||||
let n = query(<a>).len()
|
||||
let fonts = ("nope", "Roboto")
|
||||
set text(font: fonts.at(n))
|
||||
lorem(5)
|
||||
}
|
||||
|
@ -51,4 +51,5 @@ Hello
|
||||
#context {
|
||||
set document(author: "Changed") if "Normal" in document.author
|
||||
set document(title: "Changed") if document.title == "Normal"
|
||||
lorem(5)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user