Skip to content

Commit

Permalink
Fixed testing dataset for unit test convert_non_cjk
Browse files Browse the repository at this point in the history
  • Loading branch information
andreihar committed May 1, 2024
1 parent b2631ca commit e1ba87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_convert_non_cjk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from utils import checker

hanji_data = ["khai-sí","khá-khì","kià-huê","bah-pau","hip-au","hit-hō","khak-sìn","lâm-bīn","bī-lâi","bi̍h-tshio̍h","gia̍p-bū","hua̍t-kim","ha̍k-sing"]
hanji_sentence = ["Thài-khong pîng-iú, lín-hó! Lín tsia̍h-pá buē","Thôo kha tshing-khì--ah"]
hanji_sentence = ["Thài-khong pîng-iú lín-hó! Lín tsia̍h-pá buē","Thôo kha tshing-khì--ah"]

def test_sandhi_default():
test_data = [
Expand Down

0 comments on commit e1ba87f

Please sign in to comment.