blob: bd2c74ca3c17afd140f2e8ea07475cbed716b41d [file] [log] [blame]
Daniel Jasper622c72d2015-05-10 07:47:19 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s > %t2.cpp
2// RUN: clang-format -style=LLVM %t2.cpp -cursor=0 > %t.cpp
3// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4// CHECK: {{"IncompleteFormat": true}}
5// CHECK: {{^int\ \i;$}}
6 int i;
7// CHECK: {{^f \( g \(;$}}
8f ( g (;