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

7 lines
82 B
Scilab

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