blob: d9aab5acb63505e5045d79d6567ce926f0c3dd26 [file] [log] [blame]
Daniel Jasper6bd3b932013-05-21 12:21:39 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp
2// RUN: clang-format -style=LLVM %t2.cpp -cursor=6 > %t.cpp
3// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4// CHECK: {{^\{ "Cursor": 4 \}$}}
5// CHECK: {{^int\ \i;$}}
6 int i;