diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-30 19:08:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 12:15:10 +0300 |
commit | 0e1a28e47753f2b4b4d299fa0b3c3ac80c05dc76 (patch) | |
tree | 7e575fd7c0ef1eb6a097b6f84934349ce185b2c2 /tests/function/string/buildfile | |
parent | c478a365d8479ca25f6a72d42ecd45dcb9e9569a (diff) |
Add support for $string.icasecmp()
Diffstat (limited to 'tests/function/string/buildfile')
-rw-r--r-- | tests/function/string/buildfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/function/string/buildfile b/tests/function/string/buildfile new file mode 100644 index 0000000..a5de079 --- /dev/null +++ b/tests/function/string/buildfile @@ -0,0 +1,5 @@ +# file : tests/function/string/buildfile +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: testscript $b |