change test framework to use files for in and out (s-exp)
This commit is contained in:
7
test/cases/call_site/call_puts_two.tst
Normal file
7
test/cases/call_site/call_puts_two.tst
Normal file
@ -0,0 +1,7 @@
|
||||
puts(3 , a )
|
||||
-- -- --
|
||||
s(:list, [s(:call,
|
||||
s(:name, "puts"),
|
||||
s(:arguments,
|
||||
s(:int, 3),
|
||||
s(:name, "a")))])
|
Reference in New Issue
Block a user