HomePhorge

(PUP-1028) Improve grammar for node expression to accept numbers.
84889e92ee08Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-1028) Improve grammar for node expression to accept numbers.

It was previously not possible to enter a name consisting of just
a number, or where one name part was a number.

e.g.
1.2.3.4
hello.1

This grammar change fixes this problem. Note that any segment must be a
valid name or valid numeric string. Also note that white space is
ignored.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
Andrew Parker <andy@puppetlabs.com>Committed on May 12 2014, 7:59 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU35d35ea1acbb: (PUP-1028) Specify various ways of matching nodes
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU84889e92ee08: (PUP-1028) Improve grammar for node expression to accept numbers. (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).May 12 2014, 7:59 PM