Vim/test
Jason Fields 4dcfdbd2c9 Better handling of whitespace on command line
- Don't trim() the command before parsing & executing it
- Ignore whitespace while lexing LineRange

Fixes #5039
2020-07-21 20:17:22 -04:00
..
actions Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
cmd_line Better handling of whitespace on command line 2020-07-21 20:17:22 -04:00
completion Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
configuration Preparation for running extension in nodeless environment (#4981) 2020-06-30 15:58:03 -04:00
mode Make gg a linewise motion (#5046) 2020-07-20 11:39:53 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Implement filter commands (#5042) 2020-07-18 01:47:44 -04:00
plugins Fix surround alias using wrong shortcut version (#4985) 2020-06-30 14:12:03 -04:00
register Remove unnecessary wrapper around assert.strictEqual 2019-12-22 21:55:15 -05:00
state Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
error.test.ts Convert var to const/let 2019-08-23 01:50:16 -04:00
extension.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
historyTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
index.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
jumpTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
macro.test.ts Fix macros not handling registers correctly (#4975) 2020-06-28 16:38:58 -04:00
motion.test.ts More refactor (primarily of Position) 2020-03-29 15:06:47 -04:00
motionLineWrapping.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
multicursor.test.ts gulp forceprettier 2020-05-14 11:31:43 -04:00
runTest.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
sentenceMotion.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
testConfiguration.ts Introduce configuration for argument text object 2020-07-06 18:27:18 +02:00
testSimplifier.ts Add config option to newTest, which will override specific settings for the duration of that test 2020-07-05 22:00:46 -04:00
testUtils.ts Preparation for running extension in nodeless environment (#4981) 2020-06-30 15:58:03 -04:00
textEditor.test.ts Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00