-
-
Couldn't load subscription status.
- Fork 5.9k
Input test for #1940 #2046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input test for #1940 #2046
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2046 +/- ##
==========================================
+ Coverage 74.59% 74.59% +<.01%
==========================================
Files 77 77
Lines 126168 126173 +5
Branches 28243 28244 +1
==========================================
+ Hits 94113 94123 +10
+ Misses 32055 32050 -5
Continue to review full report at Codecov.
|
|
Ozaki Kiichi wrote:
* Add `Test_peek_and_get_char` to test_timers
* Add `test_feedinput` to feed data to `inbuf`
I confirmed this test fails with before 8.0.1020.
https://ci.appveyor.com/project/ichizok/vim/build/428
https://travis-ci.org/ichizok/vim/builds/270689255
Thanks. I thought it was difficult to write a test for this, I'm glad
you found a way.
Can you please write documentation for the test_feedinput() function?
The test should check if the test_feedinput function exists. It is
possible to have the timers feature but not the clientserver feature.
It's safer anyway.
…--
Microsoft is to software what McDonalds is to gourmet cooking
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|
|
Sorry, I forgot to add document. I updated commit.
|
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim#2046)
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Problem: No test for what 8.0.1020 fixes. Solution: Add test_feedinput(). Add a test. (Ozaki Kiichi, closes vim/vim#2046) vim/vim@5e80de3
Test_peek_and_get_charto test_timerstest_feedinputto feed data toinbufI confirmed this test fails with before 8.0.1020.
https://ci.appveyor.com/project/ichizok/vim/build/428
https://travis-ci.org/ichizok/vim/builds/270689255