the evaluation delimiters changed.

This commit is contained in:
2026-02-13 19:00:25 +01:00
parent 3b94617b71
commit 082f2e946a
3 changed files with 11 additions and 11 deletions

View File

@@ -301,8 +301,8 @@ tm = require("testium")
name: check test item example
values:
- True
- $|$(last_test_result) == 3|
- $|"my string" in "$(my_global_variable)"|
- <|$(last_test_result) == 3|>
- <|"my string" in "$(my_global_variable)"|>
\end{minted}
\end{itemize}
\end{frame}