package tezt
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/index.html
Module Tezt_core.TSL
Source
Test Selection Language.
Convert a TSL expression to a string.
Environment in which to evaluate TSL expressions.
Test whether a string is a valid tag.
Tags:
- must have a length between 1 and 32;
- must only contain characters lowercase letters
a-z
, digits0-9
or underscores_
; - cannot be
"true"
nor"false"
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>