summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_arabic.vim
AgeCommit message (Collapse)Author
2023-11-05patch 9.0.2092: tests: failure in test_arabicv9.0.2092Christian Brabandt
Problem: tests: failure in test_arabic Solution: adjust the test for the changed arabic keymap Signed-off-by: Christian Brabandt <cb@256bit.org>
2021-05-10patch 8.2.2847: Perl not tested sufficientlyv8.2.2847Dominique Pelle
Problem: Perl not tested sufficiently. Solution: Add test. Also test W17. (Dominique Pellé, closes #8193)
2020-02-29patch 8.2.0332: some code in ex_getln.c not covered by testsv8.2.0332Bram Moolenaar
Problem: Some code in ex_getln.c not covered by tests. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #5710)
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency.
2019-06-06patch 8.1.1476: no statistics displayed after running testsv8.1.1476Bram Moolenaar
Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes #4391) Also make it possible to report a skipped file.
2019-03-23patch 8.1.1041: test for Arabic no longer neededv8.1.1041Bram Moolenaar
Problem: Test for Arabic no longer needed. Solution: Remove the test for something that was intentionally left out.
2019-03-22patch 8.1.1038: Arabic support excludes Farsiv8.1.1038Bram Moolenaar
Problem: Arabic support excludes Farsi. Solution: Add Farsi support to the Arabic support. (Ali Gholami Rudi, Ameretat Reith)
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
2018-02-27patch 8.0.1553: cannot see what digraph is used to insert a characterv8.0.1553Bram Moolenaar
Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt)
2017-03-21patch 8.0.0497: arabic support is not fully testedv8.0.0497Bram Moolenaar
Problem: Arabic support is not fully tested. Solution: Add more tests for the untested functions. Comment out unreachable code.
2017-03-01patch 8.0.0391: arabic support is verbose and not well testedv8.0.0391Bram Moolenaar
Problem: Arabic support is verbose and not well tested. Solution: Simplify the code. Add more tests.
2017-02-28patch 8.0.0389: test for arabic does not check what is displayedv8.0.0389Bram Moolenaar
Problem: Test for arabic does not check what is displayed. Solution: Improve what is asserted. (Dominique Pelle, closes #1523) Add a first shaping test.
2017-02-27patch 8.0.0385: no tests for arabicv8.0.0385Bram Moolenaar
Problem: No tests for arabic. Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)