1 | // RUN: rm -rf %t && mkdir -p %t |
---|---|
2 | // RUN: clang-doc --format=html --executor=standalone %s --output=%t --base base_dir |
3 | // RUN: FileCheck %s -input-file=%t/index_json.js -check-prefix=JSON-INDEX |
4 | |
5 | // JSON-INDEX: var RootPath = "{{.*}}test-path-abs.cpp.tmp"; |
6 | // JSON-INDEX-NEXT: var Base = "base_dir"; |
7 | |
8 |