change test framework to use files for in and out (s-exp)
This commit is contained in:
5
test/cases/compound/hash2.tst
Normal file
5
test/cases/compound/hash2.tst
Normal file
@ -0,0 +1,5 @@
|
||||
{ foo => true }
|
||||
-- -- --
|
||||
s(:list, [s(:hash, [s(:assoc,
|
||||
s(:name, "foo"),
|
||||
s(:true))])])
|
Reference in New Issue
Block a user