Skip to content

Commit f5cd36e

Browse files
committed
修复sumneko_1915
1 parent 5084c96 commit f5cd36e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Test/src/FormatResult_unitest.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,15 @@ return nil, {
617617
admin = true
618618
}
619619
)", s));
620+
EXPECT_TRUE(TestHelper::TestFormatted(
621+
R"(
622+
local t = nil, {
623+
sql = true
624+
}
625+
)",
626+
R"(
627+
local t = nil, {
628+
sql = true,
629+
}
630+
)"));
620631
}

0 commit comments

Comments
 (0)