Empty-check.cmake 106 B

12345678
  1. set(expect
  2. query
  3. reply
  4. reply/index-[0-9.T-]+.json
  5. )
  6. check_api("^${expect}$")
  7. check_python(Empty)