xref: /llvm-project/clang-tools-extra/test/clang-doc/test-path-abs.cpp (revision 91450f1b57b34034376662dae5452af8c992c103)
1 // RUN: rm -rf %t && mkdir %t
2 // RUN: clang-doc --format=html --executor=standalone %s --output=%t
3 // RUN: FileCheck %s -input-file=%t/index_json.js  -check-prefix=JSON-INDEX
4 // RUN: rm -rf %t
5 
6 // JSON-INDEX: var RootPath = "{{.*}}test-path-abs.cpp.tmp";