Skip to content

Commit d48ec5a

Browse files
committed
测试git action
1 parent 1592399 commit d48ec5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Test/src/CodeFormatTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ bool TestFormatted(std::string input, const std::string& shouldBe, std::shared_p
1919
formatter.BuildFormattedElement();
2020

2121
auto formattedText = formatter.GetFormattedText();
22-
22+
std::cout << StringUtil::TrimSpace(formattedText) << std::endl;
23+
std::cout << "=============" << std::endl;
24+
std::cout << StringUtil::TrimSpace(shouldBe) << std::endl;
2325
return StringUtil::TrimSpace(formattedText) == StringUtil::TrimSpace(shouldBe);
2426
}
2527

0 commit comments

Comments
 (0)