File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11// Fixes #59819. The underlying problem was fixed in https://reviews.llvm.org/D142560, but this patch adds a proper regression test.
22// RUN: rm -rf %t && mkdir -p %t
33// RUN: clang-doc --format=md --doxygen --output=%t --executor=standalone %s
4- // RUN: clang-doc --format=html --doxygen --output=%t --executor=standalone %s
54// RUN: FileCheck %s < %t/GlobalNamespace/MyClass.md --check-prefix=MD-MyClass-LINE
65// RUN: FileCheck %s < %t/GlobalNamespace/MyClass.md --check-prefix=MD-MyClass
6+ // RUN: clang-doc --format=html --doxygen --output=%t --executor=standalone %s
77// RUN: FileCheck %s < %t/GlobalNamespace/MyClass.html --check-prefix=HTML-MyClass-LINE
88// RUN: FileCheck %s < %t/GlobalNamespace/MyClass.html --check-prefix=HTML-MyClass
99
You can’t perform that action at this time.
0 commit comments