updated l2s tests

This commit is contained in:
Luxferre
2026-07-04 13:03:39 +03:00
parent 147a05d8e0
commit 54ae3970ef
+4
View File
@@ -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
] [