Skip to content

Commit 1604730

Browse files
committed
Re-commit failing specs for #26
1 parent 8613bb4 commit 1604730

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec/rababa/diacritizer_spec.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@
3838
'صَوْتَ رُؤْيَةٍ يُرْضِينِي',
3939

4040
'26 سبتمبر العقبة' =>
41-
'26 سَبْتَمْبَرِ العَقَبَة'
42-
}
41+
'26 سَبْتَمْبَرِ العَقَبَة',
4342

44-
FAILING_TESTS = {
4543
'قطر' =>
4644
'قَطَر',
4745

@@ -67,7 +65,10 @@
6765
'سَأُذْهِبُ إِلَى بُرْجِ eiffel',
6866

6967
'# گيله پسمير الجديد 34' =>
70-
'# گيَلِهُ پسُمِيْرٌ الجَدِيدُ 34',
68+
'# گيَلِهُ پسُمِيْرٌ الجَدِيدُ 34'
69+
}
70+
71+
FAILING_TESTS = {
7172
}
7273

7374
PASSING_TESTS.each_pair do |source, target|

0 commit comments

Comments
 (0)