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}", "π", "!"))