diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-25 13:44:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-09-30 15:29:50 +0200 |
commit | ea997c89f7ea59db0164c79ac0fda5b607754753 (patch) | |
tree | 2067c898434d9da4f6cadf0e50737f930b299616 /tests/switch/buildfile | |
parent | c595aac0142436f64ada4f5412b821bfcc6db008 (diff) |
Pattern matching support (switch): single value implementation
Diffstat (limited to 'tests/switch/buildfile')
-rw-r--r-- | tests/switch/buildfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/switch/buildfile b/tests/switch/buildfile new file mode 100644 index 0000000..0fe074a --- /dev/null +++ b/tests/switch/buildfile @@ -0,0 +1,5 @@ +# file : tests/switch/buildfile +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: testscript $b |