summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-23 12:59:40 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-23 12:59:40 +0100
commit295e3ba31f76818f195c654df506c88cb65f9289 (patch)
tree2128bc0741e865acadd476dab577e0f3132172d1 /src
parentb99abaa480a7dd983ee4998c5cfdeb997214dcae (diff)
patch 8.1.1041: test for Arabic no longer neededv8.1.1041
Problem: Test for Arabic no longer needed. Solution: Remove the test for something that was intentionally left out.
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test_arabic.vim49
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 49 deletions
diff --git a/src/testdir/test_arabic.vim b/src/testdir/test_arabic.vim
index ddb641e36b..d0211fee22 100644
--- a/src/testdir/test_arabic.vim
+++ b/src/testdir/test_arabic.vim
@@ -524,55 +524,6 @@ func Test_shape_final()
bwipe!
endfunc
-" TODO: this test now fails
-"func Test_shape_final_to_medial()
-" new
-" set arabicshape
-"
-" " Shaping arabic {testchar} arabic Tests chg_c_f2m().
-" " This does not test much...
-" " pair[0] = testchar, pair[1] = current-result
-" for pair in [[s:a_f_YEH_HAMZA, s:a_f_BEH],
-" \[s:a_f_WAW_HAMZA, s:a_s_BEH],
-" \[s:a_f_ALEF, s:a_s_BEH],
-" \[s:a_f_TEH_MARBUTA, s:a_s_BEH],
-" \[s:a_f_DAL, s:a_s_BEH],
-" \[s:a_f_THAL, s:a_s_BEH],
-" \[s:a_f_REH, s:a_s_BEH],
-" \[s:a_f_ZAIN, s:a_s_BEH],
-" \[s:a_f_WAW, s:a_s_BEH],
-" \[s:a_f_ALEF_MAKSURA, s:a_s_BEH],
-" \[s:a_f_BEH, s:a_f_BEH],
-" \[s:a_f_TEH, s:a_f_BEH],
-" \[s:a_f_THEH, s:a_f_BEH],
-" \[s:a_f_JEEM, s:a_f_BEH],
-" \[s:a_f_HAH, s:a_f_BEH],
-" \[s:a_f_KHAH, s:a_f_BEH],
-" \[s:a_f_SEEN, s:a_f_BEH],
-" \[s:a_f_SHEEN, s:a_f_BEH],
-" \[s:a_f_SAD, s:a_f_BEH],
-" \[s:a_f_DAD, s:a_f_BEH],
-" \[s:a_f_TAH, s:a_f_BEH],
-" \[s:a_f_ZAH, s:a_f_BEH],
-" \[s:a_f_AIN, s:a_f_BEH],
-" \[s:a_f_GHAIN, s:a_f_BEH],
-" \[s:a_f_FEH, s:a_f_BEH],
-" \[s:a_f_QAF, s:a_f_BEH],
-" \[s:a_f_KAF, s:a_f_BEH],
-" \[s:a_f_LAM, s:a_f_BEH],
-" \[s:a_f_MEEM, s:a_f_BEH],
-" \[s:a_f_NOON, s:a_f_BEH],
-" \[s:a_f_HEH, s:a_f_BEH],
-" \[s:a_f_YEH, s:a_f_BEH],
-" \ ]
-" call setline(1, ' ' . s:a_BEH . pair[0])
-" call assert_equal([' ' . pair[1] . pair[0]], ScreenLines(1, 3))
-" endfor
-"
-" set arabicshape&
-" bwipe!
-"endfunc
-
func Test_shape_combination_final()
new
set arabicshape
diff --git a/src/version.c b/src/version.c
index 59ffe0e9e1..ce32f2b589 100644
--- a/src/version.c
+++ b/src/version.c
@@ -776,6 +776,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1041,
+/**/
1040,
/**/
1039,