================
@@ -22420,6 +22420,14 @@ TEST_F(FormatTest, DisableRegions) {
                  " #endif\n"
                  "#endif\n"
                  "// clang-format on");
+
+  verifyNoChange("// clang-format off\n"
+                 "int i;\n"
+                 "\n"
+                 "\n"
+                 "\n"
+                 "\n"
----------------
owenca wrote:

```suggestion
                 "\n"
                 "\n"
                 " int  i ;\n"
                 "\n"
                 "\n"
```
would have better coverage, IMO.

https://github.com/llvm/llvm-project/pull/218022
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to