typst/tests/typ/bugs/newline-mode.typ

25 lines
181 B
XML

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