tpl/transform: Expose the KaTeX strict option

Closes #13729
This commit is contained in:
Joe Mooring
2025-05-23 08:22:25 -07:00
committed by Bjørn Erik Pedersen
parent e25db38467
commit 013c8cfb25
4 changed files with 68 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ func (s *IntegrationTestBuilder) AssertLogContains(els ...string) {
}
}
// AssertLogNotContains asserts that the last build log does matches the given regular expressions.
// AssertLogMatches asserts that the last build log matches the given regular expressions.
// The regular expressions can be negated with a "! " prefix.
func (s *IntegrationTestBuilder) AssertLogMatches(expression string) {
s.Helper()