aboutsummaryrefslogtreecommitdiff
path: root/tests/expansion/common.test
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov1-11/+0
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-0/+11
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.