Skip to content

Commit b15a9d0

Browse files
committed
Fixes #59819. The underlying problem was fixed in https://reviews.llvm.org/D142560, but this patch adds a proper regression test.
1 parent a6a1916 commit b15a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-doc/comments-in-macros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

0 commit comments

Comments
 (0)