diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-16 10:35:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-16 18:15:18 +0200 |
commit | ece4003beebd23082a5fd7a324de40c5572161d1 (patch) | |
tree | 44597a24266b31e55b27b7393d2d20c729603d95 /unit-tests/lexer/buildspec.test | |
parent | d2b324a72fdf16fcd68e6ba7ca0280aa95de4b71 (diff) |
Add support for passing parameters to (meta-) operations
Diffstat (limited to 'unit-tests/lexer/buildspec.test')
-rw-r--r-- | unit-tests/lexer/buildspec.test | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unit-tests/lexer/buildspec.test b/unit-tests/lexer/buildspec.test new file mode 100644 index 0000000..81eeb00 --- /dev/null +++ b/unit-tests/lexer/buildspec.test @@ -0,0 +1,16 @@ +# file : unit-tests/lexer/buildspec.test +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +test.arguments = buildspec + +: punctuation +: +$* <:'x,x(x)' >>EOO +'x' +, +'x' + ( +'x' +) +EOO |