package tezt

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

tezt-4.3.0.tar.bz2
md5=15abf8d74a268d18dd42e539f894fbe8
sha512=fb30fc561a1e77f037a4ce7eb022345ef0620fa1ac3e16bd83b7f867ef3d0c0ff676255a967d3122e7ef25b22f4b0dc01fba9fe90fe1b486e68b268ba1e9a9c9

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. | GREATER
  8. | GREATER_OR_EQUAL
  9. | LESS
  10. | LESS_OR_EQUAL
  11. | MATCHES
  12. | NOT_MATCHES
  13. | LPAR
  14. | RPAR
  15. | NOT
  16. | OR
  17. | AND
  18. | EOF
Sourceval expression : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> TSL_AST.t