summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Format/cursor.cpp')
-rw-r--r--clang/test/Format/cursor.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Format/cursor.cpp b/clang/test/Format/cursor.cpp
new file mode 100644
index 00000000000..d9aab5acb63
--- /dev/null
+++ b/clang/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;
OpenPOWER on IntegriCloud