Home GnuPG

Include parentheses in n_ARRAY_VALUE_LIST node
d052c489a283Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Include parentheses in n_ARRAY_VALUE_LIST node

Summary: Currently parsing array(1, 2, 3) results in a n_ARRAY_VALUE_LIST with a concrete string of 1, 2, 3. Compare this to list($x, $y) which results in a n_ASSIGNMENT_LIST with a concrete string of ($x, $y).

Test Plan: See next diff.

Reviewers: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D13858

Details

Provenance
Joshua Spence <josh@joshuaspence.com>Authored on Aug 11 2015, 12:52 PM
Parents
rPHUTILf26954065e59: Use the configuration driven unit test engine
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rPHUTILd052c489a283: Include parentheses in n_ARRAY_VALUE_LIST node (authored by Joshua Spence <josh@joshuaspence.com>).Aug 11 2015, 2:32 PM