Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ichizok
Copy link
Contributor

@ichizok ichizok commented Sep 14, 2017

  • Add tests for match, matchlist, matchstr
  • Move Test_matchstrpos to test_functions.vim
    test_match.vim tests highlighting, but matchstrpos is for string-search.

@brammool brammool closed this in 1190cf6 Sep 14, 2017
@ichizok ichizok deleted the test/match-funcs branch September 14, 2017 12:33
@codecov-io
Copy link

Codecov Report

Merging #2088 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2088      +/-   ##
==========================================
+ Coverage    73.9%    73.9%   +<.01%     
==========================================
  Files          90       90              
  Lines      131708   131708              
  Branches    28938    28938              
==========================================
+ Hits        97339    97342       +3     
+ Misses      34348    34345       -3     
  Partials       21       21
Impacted Files Coverage Δ
src/undo.c 81.69% <0%> (-0.07%) ⬇️
src/gui.c 46.29% <0%> (-0.06%) ⬇️
src/channel.c 82.58% <0%> (-0.05%) ⬇️
src/window.c 81.05% <0%> (-0.04%) ⬇️
src/if_xcmdsrv.c 84.35% <0%> (ø) ⬆️
src/evalfunc.c 82.79% <0%> (+0.03%) ⬆️
src/ex_cmds.c 77.8% <0%> (+0.08%) ⬆️
src/gui_gtk_x11.c 47.76% <0%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c71053c...27ad1e8. Read the comment docs.

adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    match() and matchend() are not tested.
Solution:   Add tests. (Ozaki Kiichi, closes vim#2088)
janlazo added a commit to janlazo/neovim that referenced this pull request Aug 9, 2018
Problem:    match() and matchend() are not tested.
Solution:   Add tests. (Ozaki Kiichi, closes vim/vim#2088)
vim/vim@1190cf6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants