1// RUN: %python %S/../../docs/tools/dump_format_style.py -o %t.style 2// RUN: diff --strip-trailing-cr %t.style \ 3// RUN: %S/../../docs/ClangFormatStyleOptions.rst 4 5// RUN: %python %S/../../docs/tools/dump_format_help.py -o %t.help 6// RUN: diff --strip-trailing-cr %t.help %S/../../docs/ClangFormat.rst 7