aboutsummaryrefslogtreecommitdiff
path: root/tests/expansion/type.test
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov1-1/+1
2016-12-01Allow implicit (lexical) typed-to-typed conversionBoris Kolpackov1-6/+3
2016-11-25Implement literal here-document supportBoris Kolpackov1-8/+8
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-0/+53
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.