packages feed

typst-0.1.0.0: test/typ/compiler/for-03.typ

// Keys and values of strings.
// Error: 6-12 cannot destructure values of string
#for (k, v) in "hi" {
  dont-care
}