We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下の条件を同時に満たす引数に対して FindNameByKanji が None を返さない。
下記コードを実行する。
from gimei import Name print(Name.find_name_by_kanji('未入力 太郎')) print(Name.find_name_by_kanji('未入力 凛'))
下記の出力を得る。
None ['凛', '凛']
2行目とも同じように None と表示される。
The text was updated successfully, but these errors were encountered:
#6 を適用しても、上記のバグは再現します。 reproduce even if merge PR #6.
Sorry, something went wrong.
Fix Issue nabetama#15
beb600e
No branches or pull requests
バグの説明
以下の条件を同時に満たす引数に対して FindNameByKanji が None を返さない。
再現手順
下記コードを実行する。
下記の出力を得る。
期待した振る舞い
2行目とも同じように None と表示される。
The text was updated successfully, but these errors were encountered: