// RUN: rm -rf %t && mkdir -p %t // RUN: clang-doc --format=mustache --output=%t --executor=standalone %s // RUN: FileCheck %s < %t/html/MyNamespace/index.html // RUN: FileCheck %s < %t/html/GlobalNamespace/index.html --check-prefix=CHECK-GLOBAL namespace MyNamespace { class Foo; } // CHECK: // COM: Check that the empty global namespace doesn't contain tag mismatches. // CHECK-GLOBAL:
// CHECK-GLOBAL-NEXT:
// CHECK-GLOBAL-NEXT: // CHECK-GLOBAL-NEXT:
// CHECK-GLOBAL-NEXT:
// CHECK-GLOBAL-EMPTY: // CHECK-GLOBAL-NEXT:
// CHECK-GLOBAL-NEXT:
// CHECK-GLOBAL-NEXT: