From a8a54893c09c86e560e6fee9d7972419716dd56d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Nov 2021 11:04:15 +0200 Subject: Add $size(string), $size(path), and $size(dir_path) functions --- tests/function/string/testscript | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/function/string') diff --git a/tests/function/string/testscript b/tests/function/string/testscript index 5f80bfe..00835ce 100644 --- a/tests/function/string/testscript +++ b/tests/function/string/testscript @@ -39,3 +39,10 @@ $* <'print $sort([strings] a c b a, dedup)' >'a b c' : dedup $* <'print $sort([strings] a C B a, icase)' >'a a B C' : icase } + +: size +: +{ + $* <'print $size([string] abc)' >'3' : basics + $* <'print $size([string] )' >'0' : zero +} -- cgit v1.1