Skip to content

Commit

Permalink
Fix phonetics for 波
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Oct 16, 2024
1 parent b81f9d1 commit 2a9be65
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 2 deletions.
4 changes: 2 additions & 2 deletions McBopomofoTests/ServiceProviderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ final class ServiceProviderTests: XCTestCase {

func testExtractReading1() {
let provider = ServiceProvider()
let output = provider.extractReading(from: "消波塊")
XCTAssert(output == "ㄒㄧㄠ-ㄆㄛ-ㄎㄨㄞˋ")
let output = provider.extractReading(from: "電腦")
XCTAssert(output == "ㄉㄧㄢˋ-ㄋㄠˇ")
}

func testExtractReading2() {
Expand Down
Loading

0 comments on commit 2a9be65

Please sign in to comment.