Lots of Bugfixes (#2977)
This commit is contained in:
parent
8c629695ef
commit
616ed7a75d
26 changed files with 427 additions and 244 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue