Change test fix to empty content

This commit is contained in:
T0mstone 2025-06-11 14:36:09 +02:00
parent 72c219d24a
commit d799a4207b
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

View File

@ -48,5 +48,5 @@
let n = query(<a>).len()
let fonts = ("nope", "Roboto")
set text(font: fonts.at(n))
lorem(5)
[]
}

View File

@ -51,5 +51,5 @@ Hello
#context {
set document(author: "Changed") if "Normal" in document.author
set document(title: "Changed") if document.title == "Normal"
lorem(5)
[]
}