package tezt
-
tezt.json
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Test Selection Language.
val parse : string -> TSL_AST.t option
Parse a TSL expression.
val show : ?always_parenthesize:bool -> TSL_AST.t -> string
Convert a TSL expression to a string.
Test whether a string is a valid tag.
Tags:
a-z
, digits 0-9
or underscores _
;"true"
nor "false"
.val tags : TSL_AST.t -> string list
Get the list of tags that appear in a TSL expression.