···791791}
792792793793test "parse: multiple codepoint grapheme" {
794794- // TODO: this test is passing but throws a warning. Not sure how we'll
795795- // handle graphemes yet
796794 const input = "👩🚀";
797795 var parser: Parser = .{};
798796 const result = try parser.parse(input);
···807805}
808806809807test "parse: multiple codepoint grapheme with more after" {
810810- // TODO: this test is passing but throws a warning. Not sure how we'll
811811- // handle graphemes yet
812808 const input = "👩🚀abc";
813809 var parser: Parser = .{};
814810 const result = try parser.parse(input);