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