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";