soml-parser/test/cases/hash_constant/hash.tst
2015-10-09 17:29:24 +03:00

7 lines
82 B
Scilab

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