diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-03 10:25:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 10:25:27 -0700 |
commit | 38806f23edfcba8cb7f7b80039d268ae3ffb0557 (patch) | |
tree | 95d2a179bf8b28c8ce4907cdd4def35c5db423df /test/functional/api/vim_spec.lua | |
parent | 8b8ecf44f2cda43bbd710ec22ef99439b71888cd (diff) | |
download | rneovim-38806f23edfcba8cb7f7b80039d268ae3ffb0557.tar.gz rneovim-38806f23edfcba8cb7f7b80039d268ae3ffb0557.tar.bz2 rneovim-38806f23edfcba8cb7f7b80039d268ae3ffb0557.zip |
test: enable "exit event follows stdout, stderr" [ci skip] #10929
- Update the test to work with changes since it was originally written.
- Keep the test pending() because it still fails:
Expected objects to be the same.
Passed in:
(table: 0x50ce9e38) {
[1] = {
[1] = 'notification'
[2] = 'stderr'
[3] = {
[1] = 0
[2] = {
[1] = '' } } }
*[2] = {
[1] = 'notification'
[2] = 'stdout'
*[3] = {
[1] = 0
*[2] = {
*[1] = '' } } }
[3] = {
[1] = 'notification'
[2] = 'exit'
[3] = {
[1] = 0
[2] = 143 } } }
Expected:
(table: 0x50ce9870) {
[1] = {
[1] = 'notification'
[2] = 'stderr'
[3] = {
[1] = 0
[2] = {
[1] = '' } } }
*[2] = {
[1] = 'notification'
[2] = 'stdout'
*[3] = {
[1] = 0
*[2] = {
*[1] = 'abcdef' } } }
[3] = {
[1] = 'notification'
[2] = 'stdout'
[3] = {
[1] = 0
[2] = {
[1] = '' } } } }
Diffstat (limited to 'test/functional/api/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions