Skip to content

Latest commit

 

History

History
170 lines (134 loc) · 4.56 KB

test-ob-hy.org

File metadata and controls

170 lines (134 loc) · 4.56 KB

No session

return type

"ob-hy"
(print "ob-hy")

variable

x
  
str
  
list
  
12
34
tb
  
(+ x y z)
  

Session

return type

"ob-hy"
(print "ob-hy")
(replace-regexp-in-string "=> " "" "=> => => ob-hy")

variable

x
strVar
list
tb
(+ x y z)

Test

functionalityblockargexpectedresultspass
return-type : no session valuens-rt-valueob-hyob-hypass
return-type : no session outputns-rt-outputob-hyob-hypass
variable-int : no sessionns-variable-int55pass
variable-str : no sessionns-variable-strob-hyob-hypass
variable-list : no sessionns-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 sessionns-variable-tb((1 2) (3 4))((1L 2L) (3L 4L))expected “((1 2) (3 4))” but was “((1L 2L) (3L 4L))”
variable-multi: no sessionns-multi-variables1212pass