Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 1 | -310/+410 | |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 1 | -0/+17 | |
Now a variable-only if is treated the same as a single variable when deciding whether it is part of a test or setup/teardown. | |||||
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 | -28/+21 | |
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-08 | Implement testscript command-if | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Add tests and fixes for trailing description support | Boris Kolpackov | 1 | -0/+44 | |
2016-11-04 | Implement description support in testscript | Boris Kolpackov | 1 | -0/+332 | |