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

7 lines
81 B
Scilab

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