typst/tests/typ/bugs/newline-mode.typ
2023-09-12 11:45:24 +02:00

25 lines
181 B
XML

// Test newline continuations.
---
#{
"hello"
.clusters()
if false {
}
else {
("1", "2")
}
}
---
#"hello"
.codepoints()
#if false {
}
else {
("1", "2")
}