From 54ae3970effd6834dc67f5be8999bce8af88a10f Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 4 Jul 2026 13:03:39 +0300 Subject: [PATCH] updated l2s tests --- test.clx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.clx b/test.clx index 9bf4a42..db3eefc 100644 --- a/test.clx +++ b/test.clx @@ -161,6 +161,10 @@ if [ "abc" "def" s+ "abcdef" streq and "abc" s2l [ 97 98 99 ] streq and "abc" s2l l2s "abc" streq and +[ 1 2 3 ] s2l [ 1 2 3 ] streq and +"" s2l [ ] streq and +[ 97 98 99 ] l2s "abc" streq and +[ ] l2s "" streq and if [ " streq, lower, and upper PASS" puts cr ] [