blob: 72e2146c54a3ac0b797c2f828bf2bece20c2df61 [file] [log] [blame]
Nico Weber3cb667e2015-10-19 16:21:291// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
Rafael Stahlf625a8a2019-07-12 15:56:182// RUN: | clang-format -style=LLVM -assume-filename=foo.js \
Nico Weber3cb667e2015-10-19 16:21:293// RUN: | FileCheck -strict-whitespace -check-prefix=CHECK1 %s
4// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
Rafael Stahlf625a8a2019-07-12 15:56:185// RUN: | clang-format -style=LLVM -assume-filename=foo.cpp \
Nico Weber3cb667e2015-10-19 16:21:296// RUN: | FileCheck -strict-whitespace -check-prefix=CHECK2 %s
Alexander Kornienkocabdd732013-11-29 15:19:437// CHECK1: {{^a >>>= b;$}}
8// CHECK2: {{^a >> >= b;$}}
9a >>>= b;