xref: /llvm-project/clang/test/Format/docs_updated.test (revision d7a8e09893c43ad1169ff34989c3bec721d8b1a9)
1411df3bbSOwen Pan// RUN: %python %S/../../docs/tools/dump_format_style.py -o %t.style
2*d7a8e098SOwen Pan// RUN: diff --strip-trailing-cr %t.style \
3*d7a8e098SOwen Pan// RUN:   %S/../../docs/ClangFormatStyleOptions.rst
4eeadd012SOwen Pan
5eeadd012SOwen Pan// RUN: %python %S/../../docs/tools/dump_format_help.py -o %t.help
6*d7a8e098SOwen Pan// RUN: diff --strip-trailing-cr %t.help %S/../../docs/ClangFormat.rst
7