We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53e545 commit ecb8d2bCopy full SHA for ecb8d2b
clang-tools-extra/test/clang-doc/conversion_function.cpp
@@ -4,7 +4,7 @@
4
// RUN: find %t/ -regex ".*/[0-9A-F]*.yaml" -exec cat {} ";" | FileCheck %s --check-prefix=CHECK-YAML
5
6
// RUN: clang-doc --format=html --output=%t --executor=standalone %s
7
-// FileCheck %s --check-prefix=CHECK-HTML
+// RUN: FileCheck %s < %t/GlobalNamespace/MyStruct.html --check-prefix=CHECK-HTML
8
9
template <typename T>
10
struct MyStruct {
@@ -14,5 +14,5 @@ struct MyStruct {
14
// Output correct conversion names.
15
// CHECK-YAML: Name: 'operator T'
16
17
-// CHECK-HTML: <h3 id='{{[0-9A-F]*}}'>operator T</h3>
+// CHECK-HTML: <h3 id="{{[0-9A-F]*}}">operator T</h3>
18
// CHECK-HTML: <p>public T operator T()</p>
0 commit comments