package tezt
Test framework for unit tests, integration tests, and regression tests
Install
Dune Dependency
Authors
Maintainers
Sources
tezt-4.0.0.tar.bz2
md5=643f48378265ae18b7aab4675a1e836e
sha512=f399d4d8b935fc3dcb4354596c2b7fa26a019f99c83cb4c1d48b0e26c5bc6da13b2cad9792dd50420a88b777d3b8a1d67c7ddd0457322e65d311b859be03879f
doc/src/tezt.core/TSL_AST.ml.html
Source file TSL_AST.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
(*****************************************************************************) (* *) (* SPDX-License-Identifier: MIT *) (* Copyright (c) 2023 Nomadic Labs <contact@nomadic-labs.com> *) (* *) (*****************************************************************************) (** Abstract Syntax Tree of the Test Selection Language. *) open Base (** Test properties that can be queried using string operators. *) type string_var = File | Title (** Comparison operators for strings. *) type string_operator = Is of string | Matches of rex (** AST of TSL. *) type t = | True | False | String_predicate of string_var * string_operator | Has_tag of string | Not of t | And of t * t | Or of t * t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>