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

8 lines
113 B
Scilab
Raw Normal View History

{ foo => 33 }
-- -- --
s(:expressions,
s(:hash,
s(:assoc,
s(:name, :foo),
s(:int, 33))))