joshthecoder / mustang

A template engine for the ooc programming language. Inspired by Mustache and CTemplates.
MIT License
14 stars 6 forks source link

Using 'custom' HashValues doesn't work #2

Open wandernauta opened 14 years ago

wandernauta commented 14 years ago

The {{ somehash somestr }} syntax in templates should return the value of somehash["somestr"], but instead returns 'Hash'. This seems to be an issue only when creating HashValues directly.

For code and output, see http://gist.github.com/405330