refactor: Simplified extension parsers.

This commit is contained in:
Spencer Brower
2026-08-04 14:15:01 -04:00
parent 876f767548
commit fde54c1f94
2 changed files with 35 additions and 30 deletions
+1
View File
@@ -30,3 +30,4 @@ test_emoji_skips_invalid_shortcodes :: proc(t: ^testing.T) {
testing.expect_value(t, expand_emoji(":Smile:"), ":Smile:")
testing.expect_value(t, expand_emoji(": not real :"), ": not real :")
}