typst-0.6.2: test/typ/compute/data-00.typ
// Test reading plain text files
#let data = read("/assets/files/hello.txt")
#test(data, "Hello, world!")
// Test reading plain text files
#let data = read("/assets/files/hello.txt")
#test(data, "Hello, world!")