Skip to content

Commit

Permalink
Merge pull request #103 from tychy/add789
Browse files Browse the repository at this point in the history
pass 789
  • Loading branch information
tychy authored Jun 23, 2024
2 parents 2bc2e9f + a97bdff commit 6581164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type TestData struct {
}

func TestToukiboParser(t *testing.T) {
testCount := 788
testCount := 789

for i := 1; i <= testCount; i++ {
t.Run(fmt.Sprintf("test%d", i), func(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion toukibo/zenkaku.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func normalizeKanji(input string) string {
var sb strings.Builder
for _, r := range input {
switch r {
case 57451:
case 57451, 57510:
sb.WriteRune('塚')
case 57735:
sb.WriteRune('西')
Expand Down

0 comments on commit 6581164

Please sign in to comment.