summaryrefslogtreecommitdiff
path: root/test/asset
AgeCommit message (Collapse)Author
6 daysRefactor test filtering to its own function and typeHEADmasterRoman Smrž
10 daysFix test preamble parsing conflict with local statementRoman Smrž
10 daysFix parsing after tag declarationRoman Smrž
11 daysConcatenation operator for listsRoman Smrž
Changelog: Added `++` operator to concatenate lists
12 daysMore generic unification in for statementRoman Smrž
12 daysConcat builtin functionRoman Smrž
Changelog: Added `concat` function for lists
2026-05-02Arbitrary type expression as function argumentsRoman Smrž
2026-05-01Parsing distinction for single-word and function-call termsRoman Smrž
2026-04-24Arbitrary expressions as variable valuesRoman Smrž
2026-01-14Mark ignored output linesRoman Smrž
Changelog: Mark flushed or ignored output lines
2026-01-07Call stack for the ‘expect’ statementRoman Smrž
2025-10-05Redirection in shell scriptsRoman Smrž
Changelog: Implemented input/output redirection in shell scripts
2025-09-20Pass call stack info through function applicationRoman Smrž
Changelog: Show call stack in error messages
2025-09-19Add timeout argument for the ‘expect’ commandRoman Smrž
Changelog: Added `timeout` argument for the `expect` command
2025-09-12Call stack type and testsRoman Smrž
2025-09-01Add "ignore" commandRoman Smrž
Changelog: Added `ignore` builtin command
2025-08-25Shell pipesRoman Smrž
Changelog: Implemented pipes in shell scripts
2025-08-02Shell: list all shell special characters for parserRoman Smrž
2025-08-02Shell: support backslash-escaped spacesRoman Smrž
2025-08-02Test: basic shell scriptsRoman Smrž
2025-06-21Boolean literals and comparison operatorsRoman Smrž
Changelog: Added `True` and `False` literals, and comparison operators for boolean values
2025-06-04Replace 'ip netns exec' with direct setns syscallRoman Smrž
2025-06-02Test script execution based on config fileRoman Smrž
2025-05-12Fix parser indentation check after ‘export’Roman Smrž
2025-04-22Conversions for variable expansion in ExprType classRoman Smrž