aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/include.test
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-104/+0
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov1-6/+6
2017-01-09Tests cleanup (take 2)Karen Arutyunov1-4/+8
2017-01-04Treat any testscript line that starts with dot as directiveBoris Kolpackov1-49/+1
Even though we currently only recognize the include directive, we reserve any line that begins with a dot for future.
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-2/+2
2016-11-25Implement literal here-document supportBoris Kolpackov1-2/+2
2016-11-09Various minor semantics changes in testscript languageBoris Kolpackov1-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-04Implement testscript inclusion supportBoris Kolpackov1-0/+140