diff options
Diffstat (limited to 'test/Format/cursor.cpp')
-rw-r--r-- | test/Format/cursor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Format/cursor.cpp b/test/Format/cursor.cpp new file mode 100644 index 0000000..d9aab5a --- /dev/null +++ b/test/Format/cursor.cpp @@ -0,0 +1,6 @@ +// RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp +// RUN: clang-format -style=LLVM %t2.cpp -cursor=6 > %t.cpp +// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s +// CHECK: {{^\{ "Cursor": 4 \}$}} +// CHECK: {{^int\ \i;$}} + int i; |