updated l2s tests
This commit is contained in:
@@ -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
|
||||
] [
|
||||
|
||||
Reference in New Issue
Block a user