package tezt

  1. Overview
  2. Docs

Abstract Syntax Tree of the Test Selection Language.

type string_var =
  1. | File
  2. | Title

Test properties that can be queried using string operators.

type string_operator =
  1. | Is of string
  2. | Matches of Base.rex

Comparison operators for strings.

type t =
  1. | True
  2. | False
  3. | String_predicate of string_var * string_operator
  4. | Has_tag of string
  5. | Not of t
  6. | And of t * t
  7. | Or of t * t

AST of TSL.