From a59ddde72145ef37a374ce680d7e785d63aecf52 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 13 May 2017 17:07:31 +0300 Subject: functests: Reword regression test headers --- test/functional/eval/input_spec.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/functional') diff --git a/test/functional/eval/input_spec.lua b/test/functional/eval/input_spec.lua index 2eaadad18f..74ad32bc6c 100644 --- a/test/functional/eval/input_spec.lua +++ b/test/functional/eval/input_spec.lua @@ -59,7 +59,7 @@ describe('input()', function() {T:Foo}^ | ]]) end) - it('works correctly with multiple numeric arguments (many args)', function() + it('allows unequal numeric arguments when using multiple args', function() command('echohl Test') feed([[:call input(1, 2)]]) screen:expect([[ @@ -78,7 +78,7 @@ describe('input()', function() {T:1}^ | ]]) end) - it('works correctly with multiple numeric arguments (dict arg)', function() + it('allows unequal numeric values when using {opts} dictionary', function() command('echohl Test') meths.set_var('opts', {prompt=1, default=2, cancelreturn=3}) feed([[:echo input(opts)]]) @@ -226,7 +226,7 @@ describe('inputdialog()', function() {T:Foo}^ | ]]) end) - it('works correctly with multiple numeric arguments (many args)', function() + it('allows unequal numeric arguments when using multiple args', function() command('echohl Test') feed([[:call inputdialog(1, 2)]]) screen:expect([[ @@ -245,7 +245,7 @@ describe('inputdialog()', function() {T:1}^ | ]]) end) - it('works correctly with multiple numeric arguments (dict arg)', function() + it('allows unequal numeric values when using {opts} dictionary', function() command('echohl Test') meths.set_var('opts', {prompt=1, default=2, cancelreturn=3}) feed([[:echo input(opts)]]) -- cgit