-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbb_PLS_Testbed
More file actions
37 lines (33 loc) · 1.26 KB
/
bbb_PLS_Testbed
File metadata and controls
37 lines (33 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
MAL Step MAL Tests
-1 ";;Tests Cell Formulas - to leveral MAL test suite, modified for PicoLisp via emuLisp"
";; Note: Cell formulas can be ""dragged down"" ""Superman Fan"" style and then ""blanked out"" for a cascading visual effect"
Input Test Text ->abcABC123
=PLS(B3)
Expected Value ->;=>abcABC123
"=MID(B5,4,LEN(B12))"
"=IF(C4=D6, 0, 1)"
0 ;; Testing basic string
abcABC123
abcABC123
;=>abcABC123
abcABC123
0
;; Testing string containing spaces
hello mal world
hello mal world
;=>hello mal world
hello mal world
0
;; Testing string containing symbols
"[]{}""'* ;:()"
"[]{}""'* ;:()"
";=>[]{}""'* ;:()"
"[]{}""'* ;:()"
0
;; Test long string
"hello world abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 (;:() []{}""'* ;:() []{}""'* ;:() []{}""'*)"
"hello world abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 (;:() []{}""'* ;:() []{}""'* ;:() []{}""'*)"
";=>hello world abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 (;:() []{}""'* ;:() []{}""'* ;:() []{}""'*)"
"hello world abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789 (;:() []{}""'* ;:() []{}""'* ;:() []{}""'*)"
0
1