package tezt

  1. Overview
  2. Docs
Test framework for unit tests, integration tests, and regression tests

Install

Dune Dependency

Authors

Maintainers

Sources

tezt-4.2.0.tar.bz2
md5=7878acd788ae59f1a07d0392644f0fff
sha512=b9e8ce2576b0bc65870409380edf17b88656a985ceb9a438a84f479b51d6b30740acf7b035eccf7d122bf5227611bf15e888e607dcdbb1576b4383f12314dd49

doc/tezt.core/Tezt_core/TSL_parser/index.html

Module Tezt_core.TSL_parserSource

Sourcetype token =
  1. | STRING of string
  2. | SLASH_STRING of string
  3. | TRUE
  4. | FALSE
  5. | EQUAL
  6. | NOT_EQUAL
  7. | MATCHES
  8. | NOT_MATCHES
  9. | LPAR
  10. | RPAR
  11. | NOT
  12. | OR
  13. | AND
  14. | EOF
Sourceval expression : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> TSL_AST.t
OCaml

Innovation. Community. Security.