Skip to content

Commit d4ecdcc

Browse files
committed
Update assertion in test_dialect to allow for multiple valid tagged forms
1 parent ef4a56e commit d4ecdcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_kiwipiepy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,5 +1007,5 @@ def test_dialect():
10071007
assert tokens[1].tagged_form == "ᄒᆞᆫ/MM"
10081008
assert tokens[2].tagged_form == "잔/NNG"
10091009
assert tokens[3].tagged_form == "드시/VV"
1010-
assert tokens[4].tagged_form == "엇/EP"
1010+
assert tokens[4].tagged_form in ("엇/EP", "었/EP")
10111011
assert tokens[5].tagged_form == "수과/EF"

0 commit comments

Comments
 (0)