Lots of Bugfixes (#2977)

This commit is contained in:
Joe Milazzo 2024-06-04 17:43:15 -05:00 committed by GitHub
parent 8c629695ef
commit 616ed7a75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 427 additions and 244 deletions

View file

@ -200,6 +200,8 @@ public class ParsingTests
[InlineData("카비타", "카비타")]
[InlineData("06", "06")]
[InlineData("", "")]
[InlineData("不安の種+", "不安の種+")]
[InlineData("不安の種*", "不安の種*")]
public void NormalizeTest(string input, string expected)
{
Assert.Equal(expected, Normalize(input));