From ece4003beebd23082a5fd7a324de40c5572161d1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Mar 2017 10:35:32 +0200 Subject: Add support for passing parameters to (meta-) operations --- unit-tests/lexer/buildspec.test | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 unit-tests/lexer/buildspec.test (limited to 'unit-tests/lexer/buildspec.test') 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 -- cgit v1.1