diff options
Diffstat (limited to 'tests/value')
-rw-r--r-- | tests/value/buildfile | 1 | ||||
-rw-r--r-- | tests/value/concat.testscript | 1 | ||||
-rw-r--r-- | tests/value/reverse.testscript | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/value/buildfile b/tests/value/buildfile index 960c553..e134233 100644 --- a/tests/value/buildfile +++ b/tests/value/buildfile @@ -1,5 +1,4 @@ # file : tests/value/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $b diff --git a/tests/value/concat.testscript b/tests/value/concat.testscript index 1962072..97391c4 100644 --- a/tests/value/concat.testscript +++ b/tests/value/concat.testscript @@ -1,5 +1,4 @@ # file : tests/value/concat.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/value/reverse.testscript b/tests/value/reverse.testscript index ee4022d..9f73981 100644 --- a/tests/value/reverse.testscript +++ b/tests/value/reverse.testscript @@ -1,5 +1,4 @@ # file : tests/value/reverse.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test reversal to canonical/original representation. |