diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-10 09:12:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-10 09:12:47 +0200 |
commit | 1b86963946082e10e879283fad51ba7ce4e942e2 (patch) | |
tree | d0c3dc12900336665a9f5c781bc37aee9b5fefae /tests/function/call/buildfile | |
parent | 1e61471d480575d069f96b858e4b46f43ba0530f (diff) |
Add support for chunking name parsing
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 |