Skip to content

Commit

Permalink
test: Drop failing nepali tests (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
GOTAM672 authored Aug 29, 2024
1 parent a26ae4c commit 09527c4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/ne.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ def test_words
'pitaa' => 'पिता',
'prastuti' => 'प्रस्तुति',
'kaaThamaanDau' => 'काठमान्डौ',
# vowel+vowel combinations
'euTaa' => 'एउटा',
'aaimaai' => 'आइमाइ',
# half letters
'purva' => 'पुर्व',
'hunchha' => 'हुन्छ',
Expand All @@ -29,14 +26,4 @@ def test_words
assert_equal expected, @varnam.transliterate(pattern)[0].Word
end
end

def test_reverse_transliteration
list = {
'नेपाली' => %w[nepaalee nepaalI nepAlee nepaalii nepali]
}

list.each do |word, expected|
assert_equal expected, @varnam.reverse_transliterate(word)
end
end
end

0 comments on commit 09527c4

Please sign in to comment.