aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/function/call.test
AgeCommit message (Collapse)AuthorFilesLines
2017-01-09Tests cleanup (take 2)Karen Arutyunov1-3/+0
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2017-01-05Tests cleanupKaren Arutyunov1-1/+1
2017-01-05Add support for regex in runnerKaren Arutyunov1-10/+20
2016-12-05Add comma, ternary, logical operators support in eval contextBoris Kolpackov1-2/+1
2016-11-25Implement literal here-document supportBoris Kolpackov1-21/+21
2016-11-23Disable compiler-dependent output check in function call unit testKaren Arutyunov1-10/+10
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-2/+2
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-21Add support for derived-to-base function overload resolutionBoris Kolpackov1-7/+14
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-0/+131
Note that multi-argument functions are not yet "callable" since there is no support for value packs.