this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests: remove finished TODO

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

-4
-4
src/Parser.zig
··· 791 791 } 792 792 793 793 test "parse: multiple codepoint grapheme" { 794 - // TODO: this test is passing but throws a warning. Not sure how we'll 795 - // handle graphemes yet 796 794 const input = "👩‍🚀"; 797 795 var parser: Parser = .{}; 798 796 const result = try parser.parse(input); ··· 807 805 } 808 806 809 807 test "parse: multiple codepoint grapheme with more after" { 810 - // TODO: this test is passing but throws a warning. Not sure how we'll 811 - // handle graphemes yet 812 808 const input = "👩‍🚀abc"; 813 809 var parser: Parser = .{}; 814 810 const result = try parser.parse(input);