Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 1 | -6/+6 | |
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 1 | -4/+8 | |
2017-01-04 | Treat any testscript line that starts with dot as directive | Boris Kolpackov | 1 | -49/+1 | |
Even though we currently only recognize the include directive, we reserve any line that begins with a dot for future. | |||||
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 1 | -2/+2 | |
2016-11-09 | Various minor semantics changes in testscript language | Boris Kolpackov | 1 | -2/+10 | |
The .include directive and if-else no longer have to be separated from the following token. This allows to make the decision by looking at just one token. The test scope can no longer have a description inside the scope. It should always be leading the scope itself. | |||||
2016-11-04 | Implement testscript inclusion support | Boris Kolpackov | 1 | -0/+140 | |