================
@@ -763,6 +763,12 @@ TEST_F(FormatTestObjC, FormatObjCMethodExpr) {
" backing:NSBackingStoreBuffered\n"
" defer:NO]);\n"
"}");
+ verifyFormat(R"(- (void)test {
----------------
owenca wrote:Please don't use raw strings. Instead, reduce `ColumnLimit` and the selector name. https://github.com/llvm/llvm-project/pull/160739 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
