HomePhorge

Fix #6269 - Hashes only work with two levels of access
c373b6272dddUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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>

Details

Provenance
Brice Figureau <brice-puppet@daysofwonder.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU70a43c4b0d30: Updated CHANGELOG and version for 2.6.5rc1
Branches
Unknown
Tags
Unknown

Event Timeline

Brice Figureau <brice-puppet@daysofwonder.com> committed rPUc373b6272ddd: Fix #6269 - Hashes only work with two levels of access (authored by Brice Figureau <brice-puppet@daysofwonder.com>).Feb 12 2011, 4:58 PM