mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 12:24:29 +00:00
9 lines
112 B
CMake
9 lines
112 B
CMake
set(expect
|
|
query
|
|
reply
|
|
reply/index-[0-9.T-]+.json
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(Empty index)
|