Formatting

This commit is contained in:
ridiculousfish 2013-02-03 11:38:22 -08:00
parent e411bac592
commit e918851902
3 changed files with 19 additions and 19 deletions

View file

@ -979,7 +979,7 @@ static void test_1_completion(wcstring line, const wcstring &completion, complet
static void test_completions()
{
#define TEST_1_COMPLETION(a, b, c, d, e) test_1_completion(a, b, c, d, e, __LINE__)
#define TEST_1_COMPLETION(a, b, c, d, e) test_1_completion(a, b, c, d, e, __LINE__)
say(L"Testing completions");
TEST_1_COMPLETION(L"foo^", L"bar", 0, false, L"foobar ^");
TEST_1_COMPLETION(L"foo^ baz", L"bar", 0, false, L"foobar ^ baz"); //we really do want to insert two spaces here - otherwise it's hidden by the cursor