soml-parser/test/cases/compound/hash_list.tst

8 lines
156 B
Scilab
Raw Normal View History

{foo => 33 , bar => 42}
-- -- --
s(:list, [s(:hash, [s(:assoc,
s(:name, "foo"),
s(:int, 33)), s(:assoc,
s(:name, "bar"),
s(:int, 42))])])