diff options
Diffstat (limited to 'tests/function/call/buildfile')
-rw-r--r-- | tests/function/call/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/function/call/buildfile b/tests/function/call/buildfile index 93eba14..136f652 100644 --- a/tests/function/call/buildfile +++ b/tests/function/call/buildfile @@ -3,6 +3,8 @@ $identity (a) $identity (a b c) $identity(sub/dir{x y z}) +print a$identity (b)c + # Verify we can inhibit function call with quoting. # foo = FOO |