packages feed

typst-0.1.0.0: test/typ/compiler/string-09.typ

// Test the `clusters` and `codepoints` methods.
#test("abc".clusters(), ("a", "b", "c"))
#test("abc".clusters(), ("a", "b", "c"))
#test("πŸ³οΈβ€πŸŒˆ!".clusters(), ("πŸ³οΈβ€πŸŒˆ", "!"))
#test("πŸ³οΈβ€πŸŒˆ!".codepoints(), ("🏳", "\u{fe0f}", "\u{200d}", "🌈", "!"))