"ob-hy"
(print "ob-hy")
x
str
list
1 | 2 |
---|---|
3 | 4 |
tb
(+ x y z)
"ob-hy"
(print "ob-hy")
(replace-regexp-in-string "=> " "" "=> => => ob-hy")
x
strVar
list
tb
(+ x y z)
functionality | block | arg | expected | results | pass |
---|---|---|---|---|---|
return-type : no session value | ns-rt-value | ob-hy | ob-hy | pass | |
return-type : no session output | ns-rt-output | ob-hy | ob-hy | pass | |
variable-int : no session | ns-variable-int | 5 | 5 | pass | |
variable-str : no session | ns-variable-str | ob-hy | ob-hy | pass | |
variable-list : no session | ns-variable-list | (“a” “b” “c”) | (u “a” u “b” u “c”) | expected “("a" "b" "c")” but was “(u "a" u "b" u "c")” | |
variable-tb : no session | ns-variable-tb | ((1 2) (3 4)) | ((1L 2L) (3L 4L)) | expected “((1 2) (3 4))” but was “((1L 2L) (3L 4L))” | |
variable-multi: no session | ns-multi-variables | 12 | 12 | pass |