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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of clang-tools-extra/test/clang-doc/test-path-abs.cpp