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