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

7 lines
81 B
Scilab

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