1
0
Fork 0
mirror of synced 2024-06-30 04:21:09 -04:00
ultimate-vim/vim_plugins_src/vim-fakeclip-0.2.10/test/pastebuffer-gnuscreen.expected

43 lines
1.2 KiB
Plaintext

==== s_read_pastebuffer
---- It should read the paste buffer which contains empty string
..
---- It should read the paste buffer which contains string without newline
..
---- It should read the paste buffer which contains single-line string
..
---- It should read the paste buffer which contains multi-line string
..
---- It should read the paste buffer which contains multi-line string w/o last LF
..
---- It should read the paste buffer which is emptied by "register . ''"
..
==== s_read_pastebuffer_gnuscreen
---- It should read the paste buffer which contains empty string
..
---- It should read the paste buffer which contains string without newline
..
---- It should read the paste buffer which contains single-line string
..
---- It should read the paste buffer which contains multi-line string
..
---- It should read the paste buffer which contains multi-line string w/o last LF
..
---- It should read the paste buffer which is emptied by "register . ''"
..
==== s_write_pastebuffer
---- It should succeed
.....
==== s_write_pastebuffer_gnuscreen
---- It should succeed
.....
**** Result ****
34 examples, 0 failures