mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Old-style test for system(list).
This commit is contained in:
@@ -35,7 +35,8 @@ SCRIPTS := test_autoformat_join.out \
|
||||
test_listlbr.out test_listlbr_utf8.out \
|
||||
test_changelist.out \
|
||||
test_breakindent.out \
|
||||
test_insertcount.out
|
||||
test_insertcount.out \
|
||||
test_systen.in
|
||||
|
||||
SCRIPTS_GUI := test16.out
|
||||
|
||||
|
||||
BIN
src/nvim/testdir/test_system.in
Normal file
BIN
src/nvim/testdir/test_system.in
Normal file
Binary file not shown.
3
src/nvim/testdir/test_system.ok
Normal file
3
src/nvim/testdir/test_system.ok
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
abcd
|
||||
['abcd']
|
||||
Reference in New Issue
Block a user