aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Make use of casts and canonicalizations in testscriptsKaren Arutyunov1-10/+6
2016-12-05Add rm builtinKaren Arutyunov3-3/+95
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov1-0/+4
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-1/+1
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it.
2016-11-15Add cat, false and true builtinsKaren Arutyunov5-0/+168