aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/description.test
AgeCommit message (Collapse)AuthorFilesLines
2017-01-09Tests cleanup (take 2)Karen Arutyunov1-310/+410
2016-12-01Implement testscript variable-ifBoris Kolpackov1-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-25Implement literal here-document supportBoris Kolpackov1-2/+2
2016-11-09Various minor semantics changes in testscript languageBoris Kolpackov1-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-08Implement testscript command-ifBoris Kolpackov1-1/+1
2016-11-04Add tests and fixes for trailing description supportBoris Kolpackov1-0/+44
2016-11-04Implement description support in testscriptBoris Kolpackov1-0/+332