correction

master
Charles Iliya Krempeaux 2023-10-27 13:12:00 -07:00
parent 471876c186
commit 13ea41918d
1 changed files with 6 additions and 6 deletions

View File

@ -54,27 +54,27 @@ func TestPersian(t *testing.T) {
}, },
{ {
Value: 10, Value: 10,
Expected: 'ا', Expected: 'ی',
}, },
{ {
Value: 11, Value: 11,
Expected: 'ب', Expected: 'ک',
}, },
{ {
Value: 12, Value: 12,
Expected: 'پ', Expected: 'ل',
}, },
{ {
Value: 13, Value: 13,
Expected: 'ت', Expected: 'م',
}, },
{ {
Value: 14, Value: 14,
Expected: 'ث', Expected: 'ن',
}, },
{ {
Value: 15, Value: 15,
Expected: 'ج', Expected: 'س',
}, },
} }