diff options
author | Brice Figureau <brice-puppet@daysofwonder.com> | 2011-02-12 16:58:20 +0100 |
---|---|---|
committer | Brice Figureau <brice-puppet@daysofwonder.com> | 2011-02-12 16:58:20 +0100 |
commit | c373b6272ddd4daabf15d1b459ef3e86072e3f26 (patch) | |
tree | 3476631e427721dda508f46e672eb666c559a8f9 /lib/puppet/util/rdoc/code_objects.rb | |
parent | 70a43c4b0d3018a39e29c50b1caf7dec38694323 (diff) | |
download | puppet-c373b6272ddd4daabf15d1b459ef3e86072e3f26.tar.gz puppet-c373b6272ddd4daabf15d1b459ef3e86072e3f26.tar.xz puppet-c373b6272ddd4daabf15d1b459ef3e86072e3f26.zip |
Fix #6269 - Hashes only work with two levels of access
The following manifest was failing:
$hash = { 'a' => { 'b' => { 'c' => 'it works' } } }
$out = $hash['a']['b']['c']
because of a typo in the grammar.
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'lib/puppet/util/rdoc/code_objects.rb')
0 files changed, 0 insertions, 0 deletions